diff --git a/themes/hugo-scroll/layouts/index.html b/themes/hugo-scroll/layouts/index.html index d66bf9e..32a032c 100644 --- a/themes/hugo-scroll/layouts/index.html +++ b/themes/hugo-scroll/layouts/index.html @@ -6,7 +6,7 @@
- {{ with .Params.header_headline }}

{{ . }}

{{ end }} + {{ with .Params.header_headline }}

{{ . | markdownify | safeHTML }}

{{ end }} {{ with .Params.header_subheadline }}

{{ . }}

{{ end }} {{ range where $sections ".Params.header_menu" "eq" true }}