Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Xianmin <xianmin12@gmail.com>2020-01-09 09:32:45 +0300
committerGitHub <noreply@github.com>2020-01-09 09:32:45 +0300
commit1b73e49894e080e444fea1ccf3d5ba659db5cfb4 (patch)
treea59ed3841b82271baca2ed306d27a06dfa38b58e
parent18433f248c2b76415626775b0912edc777353b45 (diff)
parent19db32cee847effbe475aed2e71a91a8f75d2e2c (diff)
Merge pull request #274 from 1989car/master
add safeHTML to customFooter
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 9503f47..e0d1a94 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -42,7 +42,7 @@
{{ if .Site.Params.customFooter }}
<span>
- {{ .Site.Params.customFooter }}
+ {{ .Site.Params.customFooter | safeHTML }}
</span>
{{ end }}
</div>