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"
|
||||
>
|
||||
{{ with .Site.Params.navTitleText }}
|
||||
<h1>{{ . }}</h1>
|
||||
<h2>{{ . }}</h2>
|
||||
{{ else }}
|
||||
<img
|
||||
src="{{ "images/logo.svg" | relURL }}"
|
||||
@ -22,7 +22,7 @@
|
||||
</p>
|
||||
-->
|
||||
|
||||
<h4> {{ with .Site.Params.description }} {{ . | markdownify }} {{ end}} </h4>
|
||||
<h3> {{ with .Site.Params.description }} {{ . }} {{ end}} </h3>
|
||||
|
||||
</div>
|
||||
{{ partial "nav.html" . }}
|
||||
|
Loading…
Reference in New Issue
Block a user