Add datetime attr to the <time> tags in the footer
This commit is contained in:
parent
e19fe3d88b
commit
4c07ff675c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<footer class="footer">
|
||||
<p>© {{ now.Year }} <a href="{{ `` | absURL }}">Eryn Wells</a></p>
|
||||
<p>© <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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue