{% extends "basic/layout.html" %}
{% block linktags %}
- <link rel="alternate" type="application/atom+xml" href="{{ pathto('_static/feed/atom.xml', 1) }}" title="Atom 1.0" />
+ <link rel="alternate" type="application/atom+xml" href="{{ pathto('feed/atom.xml', 1) }}" title="Atom 1.0" />
{{ linktags }}
{% endblock %}
# directly to the root of the documentation.
html_extra_path = [
'CNAME',
- '.nojekyll'
+ '.nojekyll',
+ 'feed/'
]
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
<feed xmlns="http://www.w3.org/2005/Atom">
<title>re2c</title>
- <link rel="self" href="http://re2c.org/_static/feed/atom.xml"/>
+ <link rel="self" href="http://re2c.org/feed/atom.xml"/>
<id>http://re2c.org/</id>
<updated>2016-01-21T00:00:00Z</updated>
News & updates
--------------
-.. |feed| image:: _static/feed/feed.png
- :target: _static/feed/atom.xml
+.. |feed| image:: feed/feed/feed.png
+ :target: feed/atom.xml
:class: feed
:width: 2em