footer html

This commit is contained in:
Matt DeCamp 2021-09-05 15:32:48 -04:00
parent aeeaa5ffe4
commit 828b518196

View file

@ -1 +1,10 @@
<footer>Footer</footer>
<footer>
<div id="footer--container">
<div id="footer--left">
{{ site.name | lower }}
</div>
<div id="footer--right">
{{ site.copyright }}
</div>
</div>
</footer>