diff options
Diffstat (limited to 'layouts/partials/hero.html')
-rw-r--r-- | layouts/partials/hero.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/hero.html b/layouts/partials/hero.html index 93edc74..9ff5329 100644 --- a/layouts/partials/hero.html +++ b/layouts/partials/hero.html @@ -20,6 +20,12 @@ {{ .Title }} </h1> + {{ if .Params.personal }} + <h2 class="f3 tc fw3 mv1"> + {{ .Site.Author.role | markdownify }} + </h2> + {{ end }} + {{ with .Params.Subtitle }} <h2 class="f3 tc fw3 mv1"> {{ . | markdownify }} |