diff options
Diffstat (limited to 'layouts/partials/footer.gmi')
-rw-r--r-- | layouts/partials/footer.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.gmi b/layouts/partials/footer.gmi index 338e88e..957c9d0 100644 --- a/layouts/partials/footer.gmi +++ b/layouts/partials/footer.gmi @@ -1 +1 @@ -{{ replace $.Site.Copyright "{currentYear}" (now.Format "2006") | safeHTML }}
\ No newline at end of file +{{ replace $.Site.Copyright "{currentYear}" (now.UTC.Format "2006") | safeHTML }}
\ No newline at end of file |