change description on navbar style

This commit is contained in:
infidel 2022-04-10 17:40:42 +07:00
parent 22f7181000
commit 11a36b9a31

View File

@ -15,9 +15,15 @@
>
{{ end }}
</a>
<!--
<p class="library-desc">
{{ with .Site.Params.description }} {{ . | markdownify }} {{ end }}
</p>
-->
<h1> {{ with .Site.Params.description }} {{ . }} {{ end}} </h1>
</div>
{{ partial "nav.html" . }}
{{ if eq .Site.Params.moveFooterToHeader true }}