Add Atom and RSS feeds
Deploy production / deploy (push) Successful in 21s

This commit is contained in:
2026-08-23 17:37:05 -07:00
parent 623686590c
commit a88092631a
13 changed files with 910 additions and 27 deletions
+4 -1
View File
@@ -1,4 +1,8 @@
{% extends "base.html" %}
{% from "macros/feed-links.html" import feed_autodiscovery with context %}
{% block feed_head %}
{% if this._path == '/' %}{{ feed_autodiscovery('https://www.labyricorn.com/feed.xml', 'https://www.labyricorn.com/rss.xml', 'Labyricorn - Recent Activity') }}{% endif %}
{% endblock %}
{% block body %}
{% if this._path == '/' %}
{% include "home.html" %}
@@ -14,4 +18,3 @@
</section>
{% endif %}
{% endblock %}