Add footer partial (move it from the theme)

This commit is contained in:
Eryn Wells 2021-10-02 11:15:31 -07:00
parent a2474e9b5e
commit 09aca8705a

View file

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