Add infinity scrolling for /feeds
This commit is contained in:
parent
07f7011a68
commit
d97f980b66
7 changed files with 67 additions and 33 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue