Skip to content

Commit

Permalink
Merge pull request #105 from ardianta/feat/98/list-of-contributors
Browse files Browse the repository at this point in the history
fix for #104
  • Loading branch information
ardianta authored Oct 26, 2024
2 parents 7e9c06d + 27d1594 commit 18c1f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
# Use if your site requires a specific version of Hugo
# Append "extended_" to the begining to use Hugo Extended
args: --gc --minify --cleanDestinationDir
# Use if you want to pass some custom arguments to Hugo
# Use if you want to pass some custom arguments to Hugo
2 changes: 1 addition & 1 deletion themes/nusantara/layouts/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ define "main" }}

{{ $githubContributorsUrl := "https://api.github.com/repos/gohugoid/gohugoid-web/contributors" }}
{{ $githubContributorsUrl := "https://api.github.com/repos/gohugoid/gohugoid-web/contributors?per_page=1000" }}
{{ $contributors := resources.GetRemote $githubContributorsUrl | transform.Unmarshal }}

<header class="hero is-danger is-medium">
Expand Down

0 comments on commit 18c1f23

Please sign in to comment.