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.tmpl.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'ui/html/pages/feed.tmpl.html') diff --git a/ui/html/pages/feed.tmpl.html b/ui/html/pages/feed.tmpl.html index 83332f2..bcf0033 100644 --- a/ui/html/pages/feed.tmpl.html +++ b/ui/html/pages/feed.tmpl.html @@ -1,15 +1,13 @@ {{define "title"}}{{.Feed.Name}}{{end}} -{{define "description"}}"Recent videos from {{.Feed.Name}}"{{end}} +{{define "description"}}"Recent content from {{.Feed.Name}}"{{end}} {{define "main"}} - {{range .Videos}} + {{range .Written}}
-
+

{{.Title}} - {{.Published}}

- + Read
-

{{.Description}}

{{end}} {{end}} - -- cgit v1.2.3