Clean up the site footer
It's just a single <aside> that lists the copyright.
This commit is contained in:
parent
7ff79c546d
commit
2878dd8d60
2 changed files with 24 additions and 5 deletions
|
@ -1,5 +1,3 @@
|
|||
<div class="site-footer__container">
|
||||
<aside class="site-footer__copyright">
|
||||
<small>Copyright © {{ now.Year }} <a href="mailto:eryn@erynwells.me">Eryn Wells</a>. All rights reserved.<small>
|
||||
</aside>
|
||||
</div>
|
||||
<aside class="site-footer__copyright">
|
||||
Copyright © {{ now.Year }} <a href="mailto:eryn@erynwells.me">Eryn Wells</a>. All rights reserved.
|
||||
</aside>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue