mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-27 05:28:41 +00:00
add rss link to top + fix typo
This commit is contained in:
parent
2ed5f5aa65
commit
5ada0daf40
@ -32,11 +32,13 @@ const posts = (await getCollection('blog')).sort((a, b) => compareDesc(a.data.da
|
|||||||
<LeftSidebar currentPage={currentPage} />
|
<LeftSidebar currentPage={currentPage} />
|
||||||
</aside>
|
</aside>
|
||||||
<PageContent>
|
<PageContent>
|
||||||
<div class="border-b-4 border-lineHighlight pt-4">
|
<div class="border-b-4 border-lineHighlight py-4">
|
||||||
<h1>Strudel Blog</h1>
|
<h1>Strudel Blog</h1>
|
||||||
<p>
|
<p>
|
||||||
Welcome to the Strudel Blog, where you we will keep you updated with the latest changes and things
|
Welcome to the Strudel Blog, where we will keep you updated with the latest changes and things happening
|
||||||
happening in the strudelsphere.
|
in the strudelsphere. You can subscribe to this blog using <a target="_blank" href="/rss.xml"
|
||||||
|
>this rss link</a
|
||||||
|
>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="space-y-8">
|
<div class="space-y-8">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user