Fix the feed header link.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 27 Jan 2010 19:44:15 -0500 |
parents |
896c2c5088b7
|
children |
16252e5843d4
|
branches/tags |
(none) |
files |
layout/skeleton/_base.html |
Changes
--- a/layout/skeleton/_base.html Sun Jan 24 10:20:19 2010 -0500
+++ b/layout/skeleton/_base.html Wed Jan 27 19:44:15 2010 -0500
@@ -10,7 +10,7 @@
<title>{% block title %}{% block extra_title %}{% endblock %}{{ page.title|safe }} / {{ site.name }}{% endblock %}</title>
{% block feeds %}
- <link href="{{ site.url }}/blog/atom.xml"
+ <link href="http://feeds2.feedburner.com/stevelosh"
rel="alternate" title="{{ site.name }}"
type="application/atom+xml" />
{% endblock %}