feat:Rss feed autodiscovery

This commit is contained in:
coolnsx
2025-05-16 21:20:31 +05:30
parent 72e0a87073
commit 770ef2e758

View File

@@ -4,6 +4,9 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{% block title %}{% endblock title %} - Coolans</title> <title>{% block title %}{% endblock title %} - Coolans</title>
{% block rss %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path="rss.xml", trailing_slash=false) }}">
{% endblock %}
<link <link
rel="stylesheet" rel="stylesheet"
href="{{ get_url(path='main.css') | safe }}?v={{ get_hash(path='main.css') }}" href="{{ get_url(path='main.css') | safe }}?v={{ get_hash(path='main.css') }}"