Update themes/hugo-scroll/layouts/index.html
All checks were successful
website / prod-build (push) Successful in 4s

This commit is contained in:
Lillet Berthold 2023-08-04 15:30:00 +02:00
parent 06fdc7a147
commit 293feda83e

@ -6,7 +6,7 @@
<div class="vertical">
<div id="site-head-content" class="inner">
{{ with .Params.header_headline }}<h1 class="blog-title">{{ . }}</h1>{{ end }}
{{ with .Params.header_headline }}<h1 class="blog-title">{{ . | markdownify | safeHTML }}</h1>{{ end }}
{{ with .Params.header_subheadline }}<h2 class="blog-description">{{ . }}</h2>{{ end }}
{{ range where $sections ".Params.header_menu" "eq" true }}