Add RSS and Atom feed for the blog

This commit is contained in:
Konstantin 2024-03-26 18:08:42 +01:00
parent 2b18d44281
commit 9139ad1aa2
3 changed files with 49 additions and 0 deletions

View file

@ -35,6 +35,8 @@
{# Global stylesheets #}
<link rel="stylesheet" type="text/css" href="{% static 'css/iamkonstantin_web.css' %}">
<link title="Konstantin's Blog" type="application/atom+xml" rel="alternate" href="{% url 'blog_feed' %}">
{% block extra_css %}
{# Override this in templates to add extra stylesheets #}
{% endblock %}