From 27d1594d9cba2312ed385aba642abe40860c8fc9 Mon Sep 17 00:00:00 2001 From: Dian Date: Sat, 26 Oct 2024 13:17:04 +0800 Subject: [PATCH] fix for #104 --- .github/workflows/main.yml | 2 +- themes/nusantara/layouts/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2ce17ef..a655689 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 \ No newline at end of file + # Use if you want to pass some custom arguments to Hugo \ No newline at end of file diff --git a/themes/nusantara/layouts/index.html b/themes/nusantara/layouts/index.html index 0280751..4bd322b 100644 --- a/themes/nusantara/layouts/index.html +++ b/themes/nusantara/layouts/index.html @@ -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 }}