Add RSS link to shared bookmarks page (#984)

This commit is contained in:
Sascha Ißbrücker
2025-02-08 10:51:17 +01:00
committed by GitHub
parent c5a300a435
commit 77d7e6e66a
5 changed files with 26 additions and 0 deletions

View File

@@ -36,5 +36,8 @@
{% if not request.global_settings.enable_link_prefetch %}
<meta name="turbo-prefetch" content="false">
{% endif %}
{% if rss_feed_url %}
<link rel="alternate" type="application/rss+xml" href="{{ rss_feed_url }}" />
{% endif %}
<script src="{% static "bundle.js" %}?v={{ app_version }}"></script>
</head>