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 aa0af9bb97a845406849a020bbe529ef0b54ac2f
parent c1c64390625a7c5093912252b5ed96db677d02d0
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 21 Mar 2026 14:42:02 +0100

feat: ensure time and author in overview are on newline in PDFs

Diffstat:
Mtemplates/index.tt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/index.tt b/templates/index.tt @@ -25,7 +25,7 @@ header-includes: <!--START:[% entry.issued | html %]--> #### [% 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 +- [% entry.issued | html %][% IF entry.author %] by [% entry.author | html %][% END %] via DOMAIN:[% entry.link | url | html %]:DOMAIN [% IF entry.summary.body %] [% entry.summary.body %]