Update themes/hugo-scroll/layouts/index.html
All checks were successful
website / prod-build (push) Successful in 5s
All checks were successful
website / prod-build (push) Successful in 5s
This commit is contained in:
parent
25d570d0e6
commit
26509e043e
@ -6,11 +6,11 @@
|
|||||||
<div class="vertical">
|
<div class="vertical">
|
||||||
<div id="site-head-content" class="inner">
|
<div id="site-head-content" class="inner">
|
||||||
|
|
||||||
{{ with .Params.header_headline }}<h1 class="blog-title">{{ . | markdownify | safeHTML }}</h1>{{ end }}
|
{{ with .Params.header_headline }}<h2 class="blog-title">{{ . | markdownify | safeHTML }}</h2>{{ end }}
|
||||||
{{ with .Params.header_subheadline }}<h2 class="blog-description">{{ . }}</h2>{{ end }}
|
{{ with .Params.header_subheadline }}<h3 class="blog-description">{{ . }}</h3>{{ end }}
|
||||||
|
|
||||||
{{ range where $sections ".Params.header_menu" "eq" true }}
|
{{ range where $sections ".Params.header_menu" "eq" true }}
|
||||||
<a class='btn site-menu' data-title-anchor='{{ anchorize .Title }}'>{{ .Title }}</a>
|
<!--a class='btn site-menu' data-title-anchor='{{ anchorize .Title }}'>{{ .Title }}</a-->
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<i id='header-arrow' class="fa fa-angle-down"></i>
|
<i id='header-arrow' class="fa fa-angle-down"></i>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user