aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/base-footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/base-footer.html')
-rw-r--r--themes/default/layouts/partials/base-footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/base-footer.html b/themes/default/layouts/partials/base-footer.html
index a29ff93..d83f07c 100644
--- a/themes/default/layouts/partials/base-footer.html
+++ b/themes/default/layouts/partials/base-footer.html
@@ -5,7 +5,7 @@
{{- with .Site.Author.footer -}}
{{- if $kind -}}
{{ . | markdownify }} ·
- Copyright © {{ now.Format "2006"}} ·
+ Copyright © {{ now | time.Format "2006"}} ·
{{- else -}}
{{ or $author.footer $author.title | markdownify }} ·
{{- end -}}