pub / zeitung

News-Aggregator in newspaper style as HTML/PDF/EPUB
git clone src.jayvii.de/pub/zeitung.git
Home | Log | Files | Exports | Refs | README | RSS

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:
Mtemplates/index.tt | 2+-
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