mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
add rss link to top + fix typo
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user