aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/home.archives.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-07-05 22:10:03 -0400
committertdro <tdro@noreply.example.com>2023-07-05 22:15:49 -0400
commit326a031fd503861e03983810f564d61ba41d55c9 (patch)
tree601fafb1c7dd0ba740bdd8ad42348c96f3823e8c /themes/default/layouts/_default/home.archives.html
parent6c19dfb0c3f01e5c9d8491264d909aad73e853d9 (diff)
downloadcanory-326a031fd503861e03983810f564d61ba41d55c9.tar.gz
canory-326a031fd503861e03983810f564d61ba41d55c9.tar.bz2
canory-326a031fd503861e03983810f564d61ba41d55c9.zip
themes/default/layouts/_default/home.archives: Fix author link
Diffstat (limited to 'themes/default/layouts/_default/home.archives.html')
-rw-r--r--themes/default/layouts/_default/home.archives.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/default/layouts/_default/home.archives.html b/themes/default/layouts/_default/home.archives.html
index dba19b6..ef9540e 100644
--- a/themes/default/layouts/_default/home.archives.html
+++ b/themes/default/layouts/_default/home.archives.html
@@ -20,8 +20,6 @@
)
}}
- {{- $author := partial "function-authors-data.html" . -}}
-
<archive-list>
<item-list>
{{ range (.Paginator.Pages.GroupByDate "2006") }}
@@ -30,6 +28,7 @@
{{ end }}
<ul>
{{ range .Pages }}
+ {{- $author := partial "function-authors-data.html" . -}}
<li>
<a
title="{{ partial "meta-title.html" . }}"