Prettier config

This commit is contained in:
2023-02-25 17:56:35 +00:00
parent eaa1ccfd9e
commit b60f598ba2
17 changed files with 1381 additions and 220 deletions
+6 -6
View File
@@ -1,11 +1,11 @@
---
const year = new Date().getFullYear();
const year = new Date().getFullYear()
---
<footer>
<p>
Copyright {year}, Graham Hall Built with <a href="https://astro.build"
>Astro</a
>
</p>
<p>
Copyright {year}, Graham Hall Built with <a href="https://astro.build"
>Astro</a
>
</p>
</footer>