From c043b199eb247638a08945b88d76601c99e737b6 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Thu, 19 Dec 2024 01:10:07 +0100 Subject: author params --- layouts/partials/hero.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/partials/hero.html') 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 }}

- {{ .Site.Author.role | markdownify }} + {{ .Site.Params.Author.role | markdownify }}

{{ end }} @@ -35,7 +35,7 @@
{{ if .Params.personal }} - {{ partial "social_links" .Site.Author }} + {{ partial "social_links" .Site.Params.Author }} {{ else }} {{ partial "social_links" .Site.Params }} {{ end }} -- cgit v1.2.3