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>2019-01-04 12:38:33 +0300
committerChen Xianmin <xianmin12@gmail.com>2019-01-04 12:38:33 +0300
commit0d759e3fd71bf724c3b307c6d5a4be5fa8903cf8 (patch)
tree68323abf8b10e65a574ece29796552ae45b01abe /layouts
parent36e9b7640946190246fe9a11b3dfc34aea5fa6f6 (diff)
feat: add 'customFooter' support (#159)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 2a1de90..926365b 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -39,4 +39,10 @@
访客数/访问量:<span id="busuanzi_value_site_uv"></span>/<span id="busuanzi_value_site_pv"></span>
</span>
{{ end }}
+
+ {{ if .Site.Params.customFooter }}
+ <span>
+ {{ .Site.Params.customFooter }}
+ </span>
+ {{ end }}
</div>