aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/hero.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/hero.html')
-rw-r--r--layouts/partials/hero.html4
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 }}