From 31b47c466a683c1359ae4061b7dbf2e6a68bac74 Mon Sep 17 00:00:00 2001 From: "Darren J. de Lima" Date: Sun, 10 Apr 2022 02:02:27 +0100 Subject: Pretty RSS --- layouts/index.rss.xml | 1 + static/rss.xsl | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 112 insertions(+) create mode 100644 static/rss.xsl diff --git a/layouts/index.rss.xml b/layouts/index.rss.xml index 0f2e74c..27be451 100644 --- a/layouts/index.rss.xml +++ b/layouts/index.rss.xml @@ -1,3 +1,4 @@ +{{- printf "" | safeHTML }} {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }} diff --git a/static/rss.xsl b/static/rss.xsl new file mode 100644 index 0000000..6774c68 --- /dev/null +++ b/static/rss.xsl @@ -0,0 +1,111 @@ + + + + + + + <xsl:value-of select="/rss/channel/title"/> Feed + + + + + + +
+ This is a Podcast RSS Feed generated by Typlog. + Podcast apps can use the URL in the address bar. Find out + + how to subscribe a podcast via feed. +
+
+ +
+ This is a RSS Feed generated by Typlog. + RSS readers can use the URL in the address bar. +
+
+ + + + + +
+
+ + + • + + +
+

+ + + + + + +

+ +

+
+ + + +
+
+
+ Typlog + +
| This is an RSS feed, intended for news-feed readers like FeedBro (Browser), Simple RSS Reader (Android), Inoreader (iOS), QuiteRSS (Desktop) or Thunderbird (Email). There may also be podcast episodes available by opening in iTunes or gPodder.
+
+ + +
+
\ No newline at end of file -- cgit v1.2.3