desc changed to h3, navtitle change to h2

This commit is contained in:
infidel 2022-04-10 17:44:49 +07:00
parent a8bf39cbad
commit 9677f82213

View File

@ -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" . }}