clean up blog page
This commit is contained in:
parent
5f1c9d9848
commit
14e9f376ec
1 changed files with 2 additions and 6 deletions
|
@ -12,13 +12,9 @@ const posts = (await getCollection("blog")).sort(
|
||||||
<main>
|
<main>
|
||||||
<h1 class="title" style="text-align: center;">The Blog Posts</h1>
|
<h1 class="title" style="text-align: center;">The Blog Posts</h1>
|
||||||
<h2 class="subtitle" style="text-align: center;">
|
<h2 class="subtitle" style="text-align: center;">
|
||||||
This is where I post things and stuff, eventually...
|
This is where I post things and stuff
|
||||||
</h2>
|
</h2>
|
||||||
<h3 style="text-align: center;">This list is in chronological order oldest first, newest last</h3>
|
<h3 style="text-align: center;">This list is in chronological order oldest first, newest last.</h3>
|
||||||
<h4 style="text-align: center;">
|
|
||||||
I think I may add a button that shows latest post at the top under
|
|
||||||
rss, we'll see.
|
|
||||||
</h4>
|
|
||||||
<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 />
|
||||||
|
|
Loading…
Reference in a new issue