RSS: Remove rss.xsl

Had issues with RSS Reader.
This commit is contained in:
Jan Kremer 2025-10-08 08:35:15 +02:00
parent ec3b34bf66
commit f9138cdf5c
Signed by: jan
GPG key ID: A7DA689CB3B078EC
2 changed files with 0 additions and 145 deletions

View file

@ -11,7 +11,6 @@
{{- $pages = $pages | first $limit -}}
{{- end -}}
{{- printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }}
{{- printf "<?xml-stylesheet href=\"/rss.xsl\" type=\"text/xsl\"?>" | safeHTML }}
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}</title>

File diff suppressed because one or more lines are too long