From 4f3e41d2c9d78ebbab00cbba76fa3889420bb0aa Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 22 May 2022 20:41:11 +0200 Subject: Fix footer partial (wrong variable) --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/partials') 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 @@

{{- 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 }}

Edited by {{ . }}, {{ now.Format "2006" }}.

{{ end }} -- cgit v1.2.3