link to the Atom and RSS feeds in the template

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2023-12-30 22:09:58 -06:00
parent 30d6f99c9b
commit 02c2176c4f
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 2 additions and 0 deletions

View File

@ -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 %}