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

github.com/yanlinlin82/simple-style.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinlin Yan <yanlinlin82@gmail.com>2022-04-12 18:23:47 +0300
committerLinlin Yan <yanlinlin82@gmail.com>2022-04-12 18:23:47 +0300
commit91c6d85c9a5d2aac288d57ba8f3d9aaf8d3354a8 (patch)
tree018773d3159d8fd288f455f880bcfea7d4de14fe
parent0ec12dec155be720bf6ee81800a0a173f56a851e (diff)
Correct footer.
-rw-r--r--layouts/partials/footer.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 4c6c13a..5cdd757 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,10 +1,12 @@
<footer>
+ <p>
{{- if .Site.Copyright -}}
{{ .Site.Copyright | markdownify }}
{{- else -}}
&copy; 2019 Linlin Yan. <a href="https://creativecommons.org/licenses/by/4.0/deed.zh">CC-BY-4.0</a>
{{- end -}}
+ </p>
{{- if .Site.Params.ShowThemeInfo -}}
- Powered by <a href="https://gohugo.io/">Hugo</a> with <a href="https://github.com/yanlinlin82/simple-style">Simple-Style</a>
+ <p>Powered by <a href="https://gohugo.io/">Hugo</a> with <a href="https://github.com/yanlinlin82/simple-style">Simple-Style</a></p>
{{- end -}}
</footer>