Add slogans to my footer; update the copyright string

This commit is contained in:
Eryn Wells 2021-12-26 12:43:02 -07:00
parent 8a9ddddf09
commit b6a9e36cb9

View file

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