Use RenderString for extra footer content

This commit is contained in:
BBaoVanC 2022-04-09 20:03:56 -05:00
parent a3a7f50a5b
commit 4f450374cf
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
{{ end }}
{{ with .Site.Params.footer }}
<p>{{ . | markdownify }}</p>
{{ . | $.RenderString (dict "display" "block") }}
{{ end }}
</small>
</footer>