add rss link
This commit is contained in:
parent
3354d151cc
commit
0b1f842d55
1 changed files with 5 additions and 0 deletions
|
@ -1 +1,6 @@
|
||||||
{% extends "base.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 %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue