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;">
|
<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>
|
||||||
|
|
Loading…
Reference in a new issue