django-markupwiki/markupwiki/templates/markupwiki/base.html
2010-04-06 18:29:32 -04:00

7 lines
201 B
HTML

{% 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 %}