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