Slightly increased font size, auto-update copyright year

This commit is contained in:
Brandon Rozek 2022-02-26 21:40:04 -05:00
parent c91c4103db
commit 090c5d3d94
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<footer>
<p>
&copy; {{ .Site.Params.publicationYear }} {{ .Site.Params.Author }}.
&copy; {{ dateFormat "2006" now }} {{ .Site.Params.Author }}.
Powered by <a href="https://gohugo.io/">Hugo</a>
using a modified version of the <a href="https://github.com/koirand/pulp/">pulp</a> theme.
</p>