From 20c1ca7833f1b685282a2ed559b7626516ef81ec Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 29 Apr 2024 16:08:30 -0500 Subject: [PATCH] apply styling to feed.xml --- layouts/_default/rss.xml | 3 ++- static/xml/feed.xsl | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 static/xml/feed.xsl diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index 373a6b8..be8c746 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -10,7 +10,8 @@ {{- if ge $limit 1 -}} {{- $pages = $pages | first $limit -}} {{- end -}} - +{{- printf "" | safeHTML }} +{{ printf "" | safeHTML }} + + + + + + + +<xsl:value-of select="rss/channel/title"/> (RSS) + + + + + + + + + + + + +

(RSS)

+

This is an RSS feed. To subscribe to it, copy its address and paste it when your feed reader asks for it. It will be updated periodically in your reader. New to feeds? Learn more.

+

+ +urladdressfalse +

+

Preview of the feed's current headlines:

+
    + +
  1. +
    +
+ + +
+
\ No newline at end of file