aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/home.history.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/_default/home.history.html')
-rw-r--r--themes/default/layouts/_default/home.history.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/home.history.html b/themes/default/layouts/_default/home.history.html
index c901d33..5765826 100644
--- a/themes/default/layouts/_default/home.history.html
+++ b/themes/default/layouts/_default/home.history.html
@@ -20,6 +20,8 @@
)
}}
+ {{- $author := partial "function-authors-data.html" . -}}
+
<history-archive>
<item-list>
{{ range (.Paginator.Pages.GroupByDate "2006") }}
@@ -37,7 +39,7 @@
<code title="{{ .Date | time.Format "Posted: Monday, January 2, 2006 at 15:04:05 MST" }}">{{ .Date.Format "02 Jan" }}</code>
</span>
<span>{{ partial "meta-title.html" . }}</span>
- <span>@{{ partial "author-user.html" . }}</span>
+ <span>@{{ $author.user }}</span>
</a>
</li>
{{ end }}