Fix up for django 1.10
[sommitrealweird.git] / sommitrealweird / blog / templates / blog / blog_index.html
index f7f3ab0373d0a588f7734cfe1281e5ec6dda6db7..f2ede847ed3117dfc7a9e1b96c191d6c1e67bad5 100644 (file)
@@ -2,8 +2,8 @@
 {% load xhtml11rst %}
 
 {% 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 %}
@@ -25,7 +25,7 @@
                         {% endif %}
                     {% endif %}
                 {% endfor %}
-                <a href="{{ entry.get_absolute_url }}">permalink</a></p>
+                <a href="{{ entry.get_absolute_url }}">permalink</a></p>
         {% endfor %}
         {% if paginated and has_more_than_one_page %}
             <p class="paginator">Pages: