1
0
Fork 0

Atom feed autoconfiguration (will break with STEAL and a few others)

A fix requires reworking the category feed plugin
This commit is contained in:
Luca Beltrame 2015-05-10 00:22:51 +02:00
parent 9d382c8ad2
commit 66af4e1b88

View file

@ -54,4 +54,7 @@
{% unless page.style == NULL %}
<style type="text/css">{{ page.style }}</style>
{% endunless %}
<link rel="alternate" type="application/atom+xml" title="Atom feed" href="{% page_feed_url %}" />
</head>