diff --git a/config/_default/menus.de.toml b/config/_default/menus.de.toml index ddce97a..2c6cb2e 100644 --- a/config/_default/menus.de.toml +++ b/config/_default/menus.de.toml @@ -45,6 +45,15 @@ weight = 20 # pageRef = "tags" # weight = 30 +[[main]] + name = "RSS" + url = "https://wws-berlin.com/index.xml" + weight = 98 + [main.params] + icon = "rss" + showName = false + target = "_blank" + [[main]] identifier = "search" weight = 99 diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index b34aceb..4089672 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -45,6 +45,15 @@ weight = 20 # pageRef = "tags" # weight = 30 +[[main]] + name = "RSS" + url = "https://wws-berlin.com/index.xml" + weight = 98 + [main.params] + icon = "rss" + showName = false + target = "_blank" + [[main]] identifier = "search" weight = 99 diff --git a/content/posts/20260329/index.de.md b/content/posts/20260329/index.de.md new file mode 100644 index 0000000..3968f0f --- /dev/null +++ b/content/posts/20260329/index.de.md @@ -0,0 +1,7 @@ +--- +date: '2026-03-29T22:51:11+02:00' +draft: false +title: 'RSS mit Inhalt verfügbar' +--- + +RSS ist nun über die Menüzeile verfügbar und zeigt nun auch die Artikelinhalte. diff --git a/content/posts/20260329/index.en.md b/content/posts/20260329/index.en.md new file mode 100644 index 0000000..7a4332e --- /dev/null +++ b/content/posts/20260329/index.en.md @@ -0,0 +1,7 @@ +--- +date: '2026-03-29T22:51:16+02:00' +draft: false +title: 'RSS available with content' +--- + +RSS is now available via the menu bar and now also displays the article content. diff --git a/content/posts/20260329/thumbs-wwslogo.jpg b/content/posts/20260329/thumbs-wwslogo.jpg new file mode 100644 index 0000000..ddffbce Binary files /dev/null and b/content/posts/20260329/thumbs-wwslogo.jpg differ diff --git a/thumbs-wwslogo.jpg b/thumbs-wwslogo.jpg new file mode 100644 index 0000000..ddffbce Binary files /dev/null and b/thumbs-wwslogo.jpg differ