fix(blog/date): updated footer to current year

main
steven 2022-07-15 09:41:17 -04:00
parent 1df3289b25
commit 366a243af4
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<div class="one-half column"> <div class="one-half column">
<p> <p>
{{ .Site.Title }} <br /> {{ .Site.Title }} <br />
copyright 2021 {{ .Site.Copyright }} copyright 2022 {{ .Site.Copyright }}
</p> </p>
</div> </div>
</div> </div>