This commit is contained in:
nelle 2024-08-13 16:21:21 -06:00
parent 4171da453d
commit a6e43f0640

View file

@ -16,6 +16,8 @@ const posts = (await getCollection("blog")).sort(
<h4 style="text-align: center;"> <h4 style="text-align: center;">
This list is in chronological order oldest first, newest last. This list is in chronological order oldest first, newest last.
</h4> </h4>
</div>
<section class="content">
<hr /> <hr />
<a href="/rss.xml"><h3 style="text-align: center;">RSS Feed</h3></a> <a href="/rss.xml"><h3 style="text-align: center;">RSS Feed</h3></a>
<hr /> <hr />
@ -27,6 +29,6 @@ const posts = (await getCollection("blog")).sort(
</> </>
)) ))
} }
</section>
</main> </main>
</div>
</Layout> </Layout>