balog
This commit is contained in:
parent
4171da453d
commit
a6e43f0640
1 changed files with 3 additions and 1 deletions
|
@ -16,6 +16,8 @@ const posts = (await getCollection("blog")).sort(
|
|||
<h4 style="text-align: center;">
|
||||
This list is in chronological order oldest first, newest last.
|
||||
</h4>
|
||||
</div>
|
||||
<section class="content">
|
||||
<hr />
|
||||
<a href="/rss.xml"><h3 style="text-align: center;">RSS Feed</h3></a>
|
||||
<hr />
|
||||
|
@ -27,6 +29,6 @@ const posts = (await getCollection("blog")).sort(
|
|||
</>
|
||||
))
|
||||
}
|
||||
</section>
|
||||
</main>
|
||||
</div>
|
||||
</Layout>
|
||||
|
|
Loading…
Reference in a new issue