about summary refs log tree commit diff stats
path: root/templates/atom.xml
diff options
context:
space:
mode:
authorAlan Pearce2023-09-16 12:34:25 +0200
committerAlan Pearce2023-09-16 12:34:25 +0200
commitb88c1dc84d04ced9c1d1749a458bc938124573bd (patch)
tree980d7fd5b3a4b19cbfcfa00ea6e9674eef7c73fb /templates/atom.xml
parentf27b6cf19a450a45e665e6d2ea16b2cfeb3d9275 (diff)
downloadwebsite-b88c1dc84d04ced9c1d1749a458bc938124573bd.tar.lz
website-b88c1dc84d04ced9c1d1749a458bc938124573bd.tar.zst
website-b88c1dc84d04ced9c1d1749a458bc938124573bd.zip
Fix XML feed style
Diffstat (limited to 'templates/atom.xml')
-rw-r--r--templates/atom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/atom.xml b/templates/atom.xml
index 3fd5dee..81c9a76 100644
--- a/templates/atom.xml
+++ b/templates/atom.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet href="/feed-styles/" type="text/xsl"?>
+<?xml-stylesheet href="/feed-styles.xsl" type="text/xsl"?>
 <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="{{ lang }}">
     <title>{{ config.title }}
     {%- if term %} - {{ term.name }}