@@ -71,6 +71,9 @@ enableEmoji: true
# Custom parameters
params:
+ # copyright
+ copyright: © 2020 Copyright.
+
# background image of the landing page
background: "images/background.jpg"
@@ -20,6 +20,9 @@ enableEmoji: true
@@ -54,7 +54,7 @@
Toha
</a>
</div>
- <div class="col-md-4">© 2020 Copyright.</div>
+ <div class="col-md-4">{{ if .Site.Params.copyright }}{{ .Site.Params.copyright }}{{ else }}© 2020 Copyright.{{ end }}</div>
<div class="col-md-4">
Powered by <a href="https://gohugo.io/">Hugo
<img