change description on navbar style
This commit is contained in:
parent
22f7181000
commit
11a36b9a31
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user