From 366a243af483b870a794dc7134babe43f140dffe Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Fri, 15 Jul 2022 09:41:17 -0400 Subject: [PATCH] fix(blog/date): updated footer to current year --- blog/themes/mineral/layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/themes/mineral/layouts/partials/footer.html b/blog/themes/mineral/layouts/partials/footer.html index e7fa020..d882bdd 100644 --- a/blog/themes/mineral/layouts/partials/footer.html +++ b/blog/themes/mineral/layouts/partials/footer.html @@ -9,7 +9,7 @@

{{ .Site.Title }}
- copyright 2021 {{ .Site.Copyright }} + copyright 2022 {{ .Site.Copyright }}

\ No newline at end of file