use safeHTML in footer (#181)
This commit is contained in:
parent
ddbee1ca63
commit
7b4f19f1cd
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue