1
0
Fork 0
owenryan.us/source/_includes/footer.html

8 lines
354 B
HTML
Raw Normal View History

2023-05-16 03:59:18 +00:00
{% comment %}
Based on bootstrap footer examples
https://getbootstrap.com/docs/5.3/examples/footers/
https://getbootstrap.com/docs/5.3/examples/sticky-footer-navbar/#
{% endcomment %}
<footer class="row justify-content-center mt-auto py-3 bg-body-tertiary">
<span class="col footer-text mx-5">© 2023 Owen Ryan | Icons by FontAwesome</span>
</footer>