Include templates in live reload

This commit is contained in:
Sascha Ißbrücker
2026-01-03 08:27:23 +01:00
parent cce191440d
commit ee169e82cd
4 changed files with 5 additions and 4 deletions

View File

@@ -61,5 +61,7 @@
{% 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>
{% if debug %}<script src="{% static "live-reload.js" %}"></script>{% endif %}
{% if debug %}
<script src="{% static "live-reload.js" %}"></script>
{% endif %}
</head>