From 6cd71972b1ebddc4c1006975c315ba70bbc53f0a Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Thu, 14 Mar 2024 21:34:51 +1100 Subject: [PATCH] Clean up statuses feed --- public/assets/full_style.xslt | 67 +++++++++++++++++++++ slices/main/templates/feeds/rss.xml.builder | 2 +- 2 files changed, 68 insertions(+), 1 deletion(-) create mode 100644 public/assets/full_style.xslt diff --git a/public/assets/full_style.xslt b/public/assets/full_style.xslt new file mode 100644 index 0000000..99b07d2 --- /dev/null +++ b/public/assets/full_style.xslt @@ -0,0 +1,67 @@ + + + + + + + <xsl:value-of select="/rss/channel/title"/> Web Feed + + + + + + +
+
+

+

+ + + + + Visit Website → + +
+ +

Alternate feeds

+ + + + +

Recent Items

+ +
+

+ + + + + + +

+ + Published: + +
+
+
+ + +
+
\ No newline at end of file diff --git a/slices/main/templates/feeds/rss.xml.builder b/slices/main/templates/feeds/rss.xml.builder index e9d24d6..659db53 100644 --- a/slices/main/templates/feeds/rss.xml.builder +++ b/slices/main/templates/feeds/rss.xml.builder @@ -1,4 +1,4 @@ -xml.instruct! "xml-stylesheet", {href: "/assets/style.xslt", type: "text/xsl"} +xml.instruct! "xml-stylesheet", {href: "/assets/full_style.xslt", type: "text/xsl"} xml.channel do |channel| channel.title "Daniel Nitsikopoulos"