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

@ -11,7 +11,7 @@ body {
text-align: center;
font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
line-height: 1.5;
font-size: 1.05rem;
font-size: 1.1rem;
word-wrap: break-word;
}

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>