Add infinity scrolling for /feeds

This commit is contained in:
Joakim Hellsén 2024-03-26 02:31:53 +01:00
commit d97f980b66
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9
7 changed files with 67 additions and 33 deletions

View file

@ -9,7 +9,7 @@
{% if author %}<meta name="author" content="{{ author }}" />{% endif %}
{% if canonical %}<link rel="canonical" href="{{ canonical }}" />{% endif %}
<title>{{ title|default:"FeedVault" }}</title>
<script src="{% static 'htmx.min.js' %}"></script>
<script src="{% static 'htmx.min.js' %}" defer></script>
<style>
html {
max-width: 88ch;