RSS: Remove rss.xsl
Had issues with RSS Reader.
This commit is contained in:
parent
ec3b34bf66
commit
f9138cdf5c
2 changed files with 0 additions and 145 deletions
|
|
@ -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>
|
||||
|
|
|
|||
144
static/rss.xsl
144
static/rss.xsl
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue