link to the Atom and RSS feeds in the template
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
parent
30d6f99c9b
commit
02c2176c4f
|
@ -9,6 +9,8 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="{{ user_style }}">
|
||||
<link rel="icon" href="{% if config.FAVICON %}{{ config.FAVICON }}{% else %}{{ url_for('static', filename='img/favicon.png') }}{% endif %}">
|
||||
<link rel="alternate" type="application/atom+xml" href="/feed/atom" />
|
||||
<link rel="alternate" type="application/rss+xml" href="/feed/rss" />
|
||||
|
||||
<div {% block site_class %}class="site-wrap site-wrap-normal-width"{% endblock %}>
|
||||
{% block header %}
|
||||
|
|
Loading…
Reference in New Issue