commit 03e07725deaa316fba1c52154ae6d0c3f551e84e
parent f77c91931926481aa244d3fd12ad16633f60907c
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Thu, 5 Mar 2026 18:16:44 +0100
fix: prevent ebook readers to count overview headers as sections
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/index.tt b/templates/index.tt
@@ -23,7 +23,7 @@ header-includes:
[% FOREACH entry IN feed.entries %]
<!--START:[% entry.issued | html %]-->
-## [% entry.title | html %] {#overview-HASH:[% entry.link | url | html %]:HASH}
+### [% entry.title | html %] {#overview-HASH:[% entry.link | url | html %]:HASH}
[% entry.issued | html %][% IF entry.author %] by [% entry.author | html %][% END %] via DOMAIN:[% entry.link | url | html %]:DOMAIN