Fix the atom feed url.

This commit is contained in:
Alexis Metaireau 2010-09-28 01:11:00 +01:00
commit c3ed5c3a20

View file

@ -4,7 +4,7 @@
<title>{% block title %}{{ BLOGNAME }}{%endblock%}</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="{{ BLOGURL }}/css/main.css" type="text/css" />
<link href="atom.xml" type="{{ BLOGURL }}/application/atom+xml" rel="alternate" title="{{ BLOGNAME }} ATOM Feed" />
<link href="{{ BLOGURL }}/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="{{ BLOGNAME }} ATOM Feed" />
<!--[if IE]>