From dba00cd816bacd43cbbfcb5eb08579022de5c9a9 Mon Sep 17 00:00:00 2001 From: Abner Coimbre Date: Mon, 3 Nov 2025 14:25:13 -0800 Subject: [PATCH] Add RSS feed button --- content/english/news/_index.md | 8 ++++---- layouts/news/list.html | 10 ++++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/content/english/news/_index.md b/content/english/news/_index.md index 06f0981..6b0055a 100644 --- a/content/english/news/_index.md +++ b/content/english/news/_index.md @@ -14,9 +14,9 @@ newsletter_signup: button_class: "btn text-white meetups-bg col-3" section_class: "" text_sidepanel: - active: true - title: "" - title_class: "" + active: false + title: "RSS Feed" + title_class: "mb-6" text_class: "" - text: "[RSS](/news/index.xml)" + text: "[Subscribe](/news/index.xml)" --- diff --git a/layouts/news/list.html b/layouts/news/list.html index 82a77fa..64c2f0a 100644 --- a/layouts/news/list.html +++ b/layouts/news/list.html @@ -1,5 +1,15 @@ {{ define "main" }} {{ partial "page-header-rss" . }} +
+ + + RSS + +