Clean up the site footer

It's just a single <aside> that lists the copyright.
This commit is contained in:
Eryn Wells 2024-07-23 08:49:38 -07:00
parent 7ff79c546d
commit 2878dd8d60
2 changed files with 24 additions and 5 deletions

View file

@ -0,0 +1,21 @@
{{/*
site_footer.css
Eryn Wells <eryn@erynwells.me>
*/}}
/**************
* SITE FOOTER
**************/
.site-footer {
border-top: 2px dashed var(--gray6);
color: var(--text-color-secondary);
font-size: var(--text-s);
grid-column: main-start / main-end;
margin-block-end: var(--space-m);
padding-block-start: var(--space-s);
}

View file

@ -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>