summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>