7 lines
201 B
HTML
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 %}
|
|
|