From 982223ea3e37ad232ccd20040a63e4b4af6eb39a Mon Sep 17 00:00:00 2001
From: Brett Parker <iDunno@sommitrealweird.co.uk>
Date: Wed, 27 Jan 2010 11:48:25 +0000
Subject: [PATCH 1/1] fix blog feed url

---
 sommitrealweird/blog/templates/blog/blog_index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sommitrealweird/blog/templates/blog/blog_index.html b/sommitrealweird/blog/templates/blog/blog_index.html
index 8a38afb..950e4cd 100644
--- a/sommitrealweird/blog/templates/blog/blog_index.html
+++ b/sommitrealweird/blog/templates/blog/blog_index.html
@@ -3,8 +3,8 @@
 {% load comments %}
 
 {% block extrahead %}
-<link rel="alternate" type="application/atom+xml" title="iDunno's Blog - Atom Feed" href="{{ BLOG_FEED_ROOT }}/blog/" />
-<link rel="alternate" type="application/rss+xml" title="iDunno's Blog - RSS Feed" href="{{ BLOG_FEED_ROOT }}/blog/rss/" />
+<link rel="alternate" type="application/atom+xml" title="iDunno's Blog - Atom Feed" href="{{ BLOG_FEED_ROOT }}" />
+<link rel="alternate" type="application/rss+xml" title="iDunno's Blog - RSS Feed" href="{{ BLOG_FEED_ROOT }}rss/" />
 {% endblock %}
 
 {% block content %}
-- 
2.39.5