add rss link to top + fix typo

This commit is contained in:
Felix Roos 2024-01-18 13:01:06 +01:00
parent 2ed5f5aa65
commit 5ada0daf40

View File

@ -32,11 +32,13 @@ const posts = (await getCollection('blog')).sort((a, b) => compareDesc(a.data.da
<LeftSidebar currentPage={currentPage} />
</aside>
<PageContent>
<div class="border-b-4 border-lineHighlight pt-4">
<div class="border-b-4 border-lineHighlight py-4">
<h1>Strudel Blog</h1>
<p>
Welcome to the Strudel Blog, where you we will keep you updated with the latest changes and things
happening in the strudelsphere.
Welcome to the Strudel Blog, where we will keep you updated with the latest changes and things happening
in the strudelsphere. You can subscribe to this blog using <a target="_blank" href="/rss.xml"
>this rss link</a
>
</p>
</div>
<div class="space-y-8">