aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/default/layouts/_default/home.archives.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/_default/home.archives.html b/themes/default/layouts/_default/home.archives.html
index bfc5358..d098a21 100644
--- a/themes/default/layouts/_default/home.archives.html
+++ b/themes/default/layouts/_default/home.archives.html
@@ -29,7 +29,7 @@
{{ end }}
<ul>
{{ range .Pages }}
- {{- $author := partial "function-authors-data.html" . -}}
+ {{- $author := .Page.Section -}}
<li>
<a
title="{{ partial "meta-title.html" . }}"
@@ -46,7 +46,7 @@
</code>
<section>
<h2>{{ partial "meta-title.html" . }}</h2>
- <p>@{{ or .Params.feed.domain $author.user }}</p>
+ <p>@{{ or .Params.feed.domain $author }}</p>
</section>
</a>
</li>