Add RSS feed, add links for direct md editing on GitHub and update favicon

This commit is contained in:
thiloho
2025-04-26 22:48:37 +02:00
parent c06006d24b
commit 480ddd1e68
24 changed files with 484 additions and 23 deletions

View File

@@ -9,11 +9,11 @@ const sortedArticles = allArticles.sort((a, b) => {
});
---
<PageLayout title="Blog" metaDescription="Blog">
<PageLayout title="Blog" description="Blog">
<ul>
{
sortedArticles.map((article) => (
<li class="gap-1">
<li class="flex gap-2">
<Date date={article.data.pubDate} />
<span>&raquo;</span>
<a