homepage fixes

This commit is contained in:
2023-01-07 15:06:08 -05:00
parent adcafdd951
commit dfb9ee79cb
17 changed files with 228 additions and 66 deletions
+4 -3
View File
@@ -1,10 +1,11 @@
---
const year = new Date().getFullYear();
---
<footer>
<p style={{ fontSize: "0.8rem" }}>
Built with <a href="https://astro.build">Astro</a> and <a
href="https://picocss.com">Pico.css</a
<p>
Copyright {year}, Graham Hall Built with <a href="https://astro.build"
>Astro</a
>
</p>
</footer>