diff options
author | Yihui Xie | 2017-06-16 22:54:36 -0500 |
---|---|---|
committer | Yihui Xie | 2017-06-16 22:54:36 -0500 |
commit | 307a0a9153e55e86954f4e7b8726cc92c172e19e (patch) | |
tree | c624f273b28f3ba094e0e3b3e664fb067b167e07 /layouts/partials/footer.html | |
parent | d023e3b56011d349703373540dff5cf7e50beb85 (diff) | |
download | hugo-xmin-307a0a9153e55e86954f4e7b8726cc92c172e19e.tar.lz hugo-xmin-307a0a9153e55e86954f4e7b8726cc92c172e19e.tar.zst hugo-xmin-307a0a9153e55e86954f4e7b8726cc92c172e19e.zip |
rename copyright to footer, since the variable copyright is used in the RSS feed
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index a1993aa..3f46ea5 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,6 +1,6 @@ <footer> {{ partial "foot_custom.html" . }} - {{ with .Site.Params.copyright }} + {{ with .Site.Params.footer }} <hr/> {{ . | markdownify }} {{ end }} |