Blog/assets/templates/footer.html
Price Hiller d4357a163d
feat(template): add footer template
TODO: Flesh out some of the linked pages from this template. For
instance, the `About` page.
2023-08-27 23:15:43 -05:00

8 lines
236 B
HTML

<footer>
<div class="footer-link-items">
<a href="https://gitlab.orion-technologies.io/blog/blog">Source Code</a>
<a href="mailto:price@orion-technologies.io">Contact</a>
<a href="/about.html">About</a>
</div>
</footer>