Atom feed autoconfiguration (will break with STEAL and a few others)
A fix requires reworking the category feed plugin
This commit is contained in:
parent
9d382c8ad2
commit
66af4e1b88
1 changed files with 3 additions and 0 deletions
|
@ -54,4 +54,7 @@
|
||||||
{% unless page.style == NULL %}
|
{% unless page.style == NULL %}
|
||||||
<style type="text/css">{{ page.style }}</style>
|
<style type="text/css">{{ page.style }}</style>
|
||||||
{% endunless %}
|
{% endunless %}
|
||||||
|
|
||||||
|
<link rel="alternate" type="application/atom+xml" title="Atom feed" href="{% page_feed_url %}" />
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
Reference in a new issue