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 }} {{ end }}
</a> </a>
<!--
<p class="library-desc"> <p class="library-desc">
{{ with .Site.Params.description }} {{ . | markdownify }} {{ end }} {{ with .Site.Params.description }} {{ . | markdownify }} {{ end }}
</p> </p>
-->
<h1> {{ with .Site.Params.description }} {{ . }} {{ end}} </h1>
</div> </div>
{{ partial "nav.html" . }} {{ partial "nav.html" . }}
{{ if eq .Site.Params.moveFooterToHeader true }} {{ if eq .Site.Params.moveFooterToHeader true }}