From d740821200f3bb89112ed08af84decf608d91732 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Wed, 26 Nov 2025 01:55:22 -0500 Subject: Add text RSS parser as well --- ui/html/pages/feed_index.tmpl.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ui/html/pages/feed_index.tmpl.html') diff --git a/ui/html/pages/feed_index.tmpl.html b/ui/html/pages/feed_index.tmpl.html index 59b37d4..2450240 100644 --- a/ui/html/pages/feed_index.tmpl.html +++ b/ui/html/pages/feed_index.tmpl.html @@ -1,11 +1,11 @@ {{define "title"}}RSS Feeds{{end}} -{{define "description"}}"alternative to social media platforms"{{end}} +{{define "description"}}"where I aggregate all the stuff I follow"{{end}} {{define "main"}}

Feeds

-

Alternative to social media platforms

+

Where I aggregate all the stuff I follow

{{if .IsAuth}} @@ -21,6 +21,11 @@ + +
-- cgit v1.2.3