diff options
author | Oscar Najera <hi@oscarnajera.com> | 2024-12-19 01:10:07 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2024-12-19 01:10:07 +0100 |
commit | c043b199eb247638a08945b88d76601c99e737b6 (patch) | |
tree | 66bcc40aab1093af7a1eabfb5664bca56ce9bee4 /layouts/partials/hero.html | |
parent | 94df2b0216f75a09b95c2938ae6d5b56f39fbebf (diff) | |
download | hugo-minimalist-theme-c043b199eb247638a08945b88d76601c99e737b6.tar.gz hugo-minimalist-theme-c043b199eb247638a08945b88d76601c99e737b6.tar.bz2 hugo-minimalist-theme-c043b199eb247638a08945b88d76601c99e737b6.zip |
author params
Diffstat (limited to 'layouts/partials/hero.html')
-rw-r--r-- | layouts/partials/hero.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/hero.html b/layouts/partials/hero.html index 7823a62..3008ef2 100644 --- a/layouts/partials/hero.html +++ b/layouts/partials/hero.html @@ -22,7 +22,7 @@ {{ if .Params.personal }} <h2 class="f3 tc fw3 mv1"> - {{ .Site.Author.role | markdownify }} + {{ .Site.Params.Author.role | markdownify }} </h2> {{ end }} @@ -35,7 +35,7 @@ <div class="f2 mt3 tc"> {{ if .Params.personal }} - {{ partial "social_links" .Site.Author }} + {{ partial "social_links" .Site.Params.Author }} {{ else }} {{ partial "social_links" .Site.Params }} {{ end }} |