link to the atom feed in html head

this aids auto-discovery by feed readers
This commit is contained in:
Colin 2022-06-27 19:37:26 -07:00
parent b4c0ce4959
commit 617f456d93
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<link rel="stylesheet" href="{{ get_url(path="static/style.css") | safe }}">
{# i have no favicon: this disable requests to /favicon.ico #}
<link rel="icon" href="data:,">
<link rel="alternate" type="application/atom+xml" title="Feed" href="{{ get_url(path="atom.xml", trailing_slash=false) }}">
{% block head %}{% endblock %}
</head>