Add datetime attr to the <time> tags in the footer

This commit is contained in:
Eryn Wells 2021-10-06 09:26:08 -07:00
parent e19fe3d88b
commit 4c07ff675c

View file

@ -1,5 +1,5 @@
<footer class="footer">
<p>&copy; {{ now.Year }} <a href="{{ `` | absURL }}">Eryn Wells</a></p>
<p>&copy; <time datetime="{{ now.Year }}">{{ now.Year }}</time> <a href="{{ `` | absURL }}">Eryn Wells</a></p>
<p>Trans rights.</p>
<p>Black lives matter.</p>
<p>Get the vaccine.</p>