diff options
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 e66dfc6..fd50c5e 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,7 +2,7 @@ <p> {{- with site.Params.footer -}} {{- $footer_text := replace . "{year}" now.Year -}} - {{- $footer_text = replace $copyright "©" "©" }} + {{- $footer_text = replace $footer_text "©" "©" }} {{ $footer_text | safeHTML }} {{- else }}{{- /* TODO: translate strings */ -}} {{- with .Params.editor }}<p>Edited by {{ . }}, {{ now.Format "2006" }}.</p>{{ end }} |
