commit 7db5f8b033b8842fc40a0bc5d5b49aeb122d6e98
parent 74e01a02b6e80223a3d33b999804efb7df33f446
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Sat, 8 Mar 2025 13:27:50 +0100
fix: open news in new tab
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/template.tt b/template.tt
@@ -65,7 +65,7 @@
[% FOREACH entry IN feed.entries %]
<section>
<h2>
- <a href="[% entry.link | url | html %]">
+ <a href="[% entry.link | url | html %]" target="_blank">
[% entry.title | html %] ↗
</a>
</h2>
@@ -80,6 +80,7 @@
<div class="button-row">
<a
class="button"
+ target="_blank"
href="[% entry.link | url | html %]"
style="width:auto;min-width:65px;"
>