desc changed to h3, navtitle change to h2
This commit is contained in:
parent
a8bf39cbad
commit
9677f82213
@ -7,7 +7,7 @@
|
|||||||
aria-label="{{ .Site.Title }} home page"
|
aria-label="{{ .Site.Title }} home page"
|
||||||
>
|
>
|
||||||
{{ with .Site.Params.navTitleText }}
|
{{ with .Site.Params.navTitleText }}
|
||||||
<h1>{{ . }}</h1>
|
<h2>{{ . }}</h2>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<img
|
<img
|
||||||
src="{{ "images/logo.svg" | relURL }}"
|
src="{{ "images/logo.svg" | relURL }}"
|
||||||
@ -22,7 +22,7 @@
|
|||||||
</p>
|
</p>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<h4> {{ with .Site.Params.description }} {{ . | markdownify }} {{ end}} </h4>
|
<h3> {{ with .Site.Params.description }} {{ . }} {{ end}} </h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{{ partial "nav.html" . }}
|
{{ partial "nav.html" . }}
|
||||||
|
Loading…
Reference in New Issue
Block a user