change desc to h4 and test markdownify

This commit is contained in:
infidel 2022-04-10 17:43:05 +07:00
parent 11a36b9a31
commit a8bf39cbad

View File

@ -22,7 +22,7 @@
</p>
-->
<h1> {{ with .Site.Params.description }} {{ . }} {{ end}} </h1>
<h4> {{ with .Site.Params.description }} {{ . | markdownify }} {{ end}} </h4>
</div>
{{ partial "nav.html" . }}