erynwells.me/layouts/partials/footer.html

9 lines
288 B
HTML
Raw Normal View History

2022-09-11 10:35:27 -07:00
<footer class="site">
2022-10-25 17:37:15 -04:00
<ul class="slogans">
<li>Trans rights are human rights.</li>
<li>Black lives matter.</li>
<li>Get vaccinated.</li>
</ul>
<p>Copyright © <time datetime="{{ now.Year }}">{{ now.Year }}</time> <a href="{{ `` | absURL }}">Eryn Wells</a></p>
</footer>