use safeHTML in footer (#181)

This commit is contained in:
Naata 2019-05-13 01:41:26 +02:00 committed by Luiz F. A. de Prá
parent ddbee1ca63
commit 7b4f19f1cd
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<footer class="footer">
<section class="container">
{{ with .Site.Params.footercontent }}
{{ with .Site.Params.footercontent | safeHTML }}
<p>{{.}}</p>
{{ end }}
{{ if not .Site.Params.hideCopyright }} © {{ now.Format "2006" }}{{ end }}