Fix #19: move misplaced footer

This commit is contained in:
Cassidy Williams
2024-07-11 10:58:19 -05:00
committed by GitHub
parent 0d03ec770f
commit b1cb35c0e9

View File

@@ -39,9 +39,8 @@ const posts = (await Astro.glob("../posts/*.md")).sort(
subscribe with RSS! subscribe with RSS!
</a> </a>
</p> </p>
<Footer />
</main> </main>
<Footer />
<ColorScript /> <ColorScript />
</body> </body>
</html> </html>