change desc to h4 and test markdownify
This commit is contained in:
parent
11a36b9a31
commit
a8bf39cbad
@ -22,7 +22,7 @@
|
||||
</p>
|
||||
-->
|
||||
|
||||
<h1> {{ with .Site.Params.description }} {{ . }} {{ end}} </h1>
|
||||
<h4> {{ with .Site.Params.description }} {{ . | markdownify }} {{ end}} </h4>
|
||||
|
||||
</div>
|
||||
{{ partial "nav.html" . }}
|
||||
|
Loading…
Reference in New Issue
Block a user