commit 62856fb699368d6cebc5abf1329a881e48c62341
parent 5a17fcc3661d1fbb4a7554742e722248eb1c1ca7
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Sun, 26 Apr 2026 10:40:07 +0200
feat: move read-button in overview to the top
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/index.tt b/templates/index.tt
@@ -27,10 +27,10 @@ header-includes:
#### ([NUMBER]/[COUNT]) [% 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
+- _[[Read article](#HASH:[% entry.link | url | html %]:HASH)]_
[% IF entry.summary.body %] [% entry.summary.body %] [% ELSE %] [% entry.content.body %] [% END %]
-_[[Read article](#HASH:[% entry.link | url | html %]:HASH)]_
<!--STOP:[% entry.issued | html %]-->
[% END %]