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:
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