erynwells.me/layouts/partials/footer.html

9 lines
339 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>{{ i18n "transRights" }}</li>
<li>{{ i18n "blackLivesMatter" }}</li>
<li>{{ i18n "getVaccinated" }}</li>
2022-10-25 17:37:15 -04:00
</ul>
<p>Copyright © <time datetime="2020">2020</time><time datetime="{{ now.Year }}">{{ now.Year }}</time> <a href="{{ `` | absURL }}">Eryn Wells</a></p>
</footer>