all repos — homestead @ 977690e69d98d9830bb0851755643cc06ef3a316

Code for my website

Fix XML feed style

Alan Pearce
commit

977690e69d98d9830bb0851755643cc06ef3a316

parent

929dfa44364df3ecf2b2d850fc0eac4f84ee0747

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M templates/atom.xmltemplates/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 }}