commit 00d577a696439f427f146ca7daedf6d80b4e5e39 parent faff2b35e0ab46674e846262710ef250226812b9 Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Sun, 23 Mar 2025 11:24:17 +0100 fix: insert OPML file correctly Diffstat:
M | template.tt | | | 7 | +------ |
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/template.tt b/template.tt @@ -57,12 +57,7 @@ <!-- This is updated by find-and-replace--> <details> <summary style="width:100%;">Feeds</summary> - <a - href="<!--OPML-->" - class="button" - title="Import all these feeds into your own RSS reader"> - Download OPML - </a> + <a href=<!--OPML--> class="button" title="Import all these feeds into your own RSS reader">Download OPML</a> <div style="margin-left:1em;"> <!--FEEDS--> </div>