Make blog generic template for anyone

This commit is contained in:
Cassidy Williams
2024-05-09 23:46:25 -05:00
parent 29bd249a37
commit 342f889e57
116 changed files with 141 additions and 5777 deletions

View File

@@ -35,7 +35,7 @@ const posts = (await Astro.glob("../posts/*.md")).sort(
</content>
<p class="center">
You can also <a href="https://blog.cassidoo.co/rss.xml">
You can also <a href="https://blahg.netlify.app/rss.xml">
subscribe with RSS!
</a>
</p>