hugo-theme-termlite/layouts/partials/site/footer.html
Eryn Wells 2878dd8d60 Clean up the site footer
It's just a single <aside> that lists the copyright.
2024-07-23 08:49:38 -07:00

3 lines
150 B
HTML

<aside class="site-footer__copyright">
Copyright © {{ now.Year }} <a href="mailto:eryn@erynwells.me">Eryn Wells</a>. All rights reserved.
</aside>