summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-09-15 20:15:23 +0100
committerJoe Carstairs <me@joeac.net>2026-09-15 20:15:23 +0100
commitd0f47be57bbde49b765f02666cd76c34c61f88dc (patch)
tree2227df750fbd03fcff893b8bab68aca361cedd48
parentd6b87ebecf379e23ddac3826f8a60055502af281 (diff)
add expand buttons in html feed
-rw-r--r--roles/rss-aggregator/templates/header.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/rss-aggregator/templates/header.html b/roles/rss-aggregator/templates/header.html
index 1e6ee30..7b7249b 100644
--- a/roles/rss-aggregator/templates/header.html
+++ b/roles/rss-aggregator/templates/header.html
@@ -8,3 +8,8 @@
</li>
</ul>
</nav>
+
+<script type="module">
+import { addExpandItemButtons } from '/scripts/feed-condense-content.js';
+addExpandItemButtons();
+</script>