From da073e69131249cf97387b57a73e4b2fafc3dd85 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Thu, 26 Mar 2026 15:29:55 +0200 Subject: [PATCH] update rss --- src/pages/[lang]/index.astro | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/pages/[lang]/index.astro b/src/pages/[lang]/index.astro index ffd4d0d..37fad28 100644 --- a/src/pages/[lang]/index.astro +++ b/src/pages/[lang]/index.astro @@ -16,7 +16,30 @@ const pageTitle = t.home.title; --- -

{pageTitle}

+

+ {pageTitle} + + + +

{t.home.content.map((line: string) =>

)}