all repos — archive/hugo-xmin @ 307a0a9153e55e86954f4e7b8726cc92c172e19e

Customised minimal hugo theme

rename copyright to footer, since the variable copyright is used in the RSS feed

Yihui Xie
commit

307a0a9153e55e86954f4e7b8726cc92c172e19e

parent

d023e3b56011d349703373540dff5cf7e50beb85

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M layouts/partials/footer.htmllayouts/partials/footer.html
@@ -1,6 +1,6 @@
<footer> {{ partial "foot_custom.html" . }} - {{ with .Site.Params.copyright }} + {{ with .Site.Params.footer }} <hr/> {{ . | markdownify }} {{ end }}