aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/_default
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-10-19 01:06:48 +0200
committerOscar Najera <hi@oscarnajera.com>2023-10-19 01:06:48 +0200
commit3513b67bdbd24ba3bf673140ad21e39b82e8cb91 (patch)
treebff4fe78f358b5075a70e931873647860c8a7122 /layouts/_default
parentc7cea43cc00ea4cdddfb09466eca268dc3b7a972 (diff)
downloadhugo-minimalist-theme-3513b67bdbd24ba3bf673140ad21e39b82e8cb91.tar.gz
hugo-minimalist-theme-3513b67bdbd24ba3bf673140ad21e39b82e8cb91.tar.bz2
hugo-minimalist-theme-3513b67bdbd24ba3bf673140ad21e39b82e8cb91.zip
author card: Social links & link to about page
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index fe5115e..ade8201 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -51,7 +51,7 @@
</div>
<div class="f5 f4-ns lh-copy pv2">
{{ if in (slice "post" "talk") .Section }}
- {{ partial "author_card" . }}
+ {{ partial "author_card" .Site.Author }}
{{ end }}
{{ partial "post_pager" . }}
</div>