added rss feed for blogs to /meta/feeds; small changes to blog entry 1 metadata

This commit is contained in:
2026-01-29 16:57:17 +01:00
parent 1652456cc8
commit cbc00e1cd7
3 changed files with 6 additions and 11 deletions

View File

@@ -4,6 +4,10 @@
import LinkList, { type LinkEntry } from "$lib/lists/link-list.svelte";
let feeds: LinkEntry[] = [
{
text: "Blog",
link: "/blog/feed.xml",
},
{
text: "Project N5 devlog",
link: "/projects/projectn5/devlog/feed.xml",