summaryrefslogtreecommitdiff
path: root/roles/rss-aggregator/templates/header.html
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-09-24 08:24:32 +0100
committerJoe Carstairs <me@joeac.net>2026-09-24 08:24:32 +0100
commit54bbd2e9d716a18542431e04c3f829a39146dfce (patch)
treea55101338ed397240884fde96d90f253415d3c09 /roles/rss-aggregator/templates/header.html
parent55207ffd187fc703edfea2a40d118073678c813f (diff)
update rss-aggregator config (now 'scag')HEADmain
Diffstat (limited to 'roles/rss-aggregator/templates/header.html')
-rw-r--r--roles/rss-aggregator/templates/header.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/roles/rss-aggregator/templates/header.html b/roles/rss-aggregator/templates/header.html
deleted file mode 100644
index 7b7249b..0000000
--- a/roles/rss-aggregator/templates/header.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<nav>
- <ul>
- <li>
- <a href=/>Home</a>
- </li>
- <li>
- <a href=/{{ feed_rss_path }}>RSS</a>
- </li>
- </ul>
-</nav>
-
-<script type="module">
-import { addExpandItemButtons } from '/scripts/feed-condense-content.js';
-addExpandItemButtons();
-</script>