Update themes/hugo-scroll/layouts/index.html
All checks were successful
website / prod-build (push) Successful in 4s
All checks were successful
website / prod-build (push) Successful in 4s
This commit is contained in:
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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user