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 4807e6b2d092e5fdbde4ad9729fc509873e53164
parent 729bb03b6abc4fdb1735ea2ce4c6f842266a45f4
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Wed, 18 Mar 2026 17:38:19 +0100

fix: use lower tier headline for overviews

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