aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/_default
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2024-12-19 01:10:07 +0100
committerOscar Najera <hi@oscarnajera.com>2024-12-19 01:10:07 +0100
commitc043b199eb247638a08945b88d76601c99e737b6 (patch)
tree66bcc40aab1093af7a1eabfb5664bca56ce9bee4 /layouts/_default
parent94df2b0216f75a09b95c2938ae6d5b56f39fbebf (diff)
downloadhugo-minimalist-theme-c043b199eb247638a08945b88d76601c99e737b6.tar.gz
hugo-minimalist-theme-c043b199eb247638a08945b88d76601c99e737b6.tar.bz2
hugo-minimalist-theme-c043b199eb247638a08945b88d76601c99e737b6.zip
author params
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 24bcffb..57010cc 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -25,7 +25,7 @@
{{ end }}
<div class="f5 f4-ns lh-copy pv2">
{{ if in (slice "post" "talk") .Section }}
- {{ partial "author_card" .Site.Author }}
+ {{ partial "author_card" .Site.Params.Author }}
{{ end }}
{{ partial "post_pager" . }}
</div>