add rss link

This commit is contained in:
James Turk 2010-04-06 18:29:32 -04:00
parent 3354d151cc
commit 0b1f842d55

View File

@ -1 +1,6 @@
{% extends "base.html" %}
{% block extrahead %}
<link rel="alternate" type="application/rss+xml" title="latest changes to {{article.title}}" href="{{article.get_absolute_url}}rss/" />
{% endblock %}