open newsfeed-links in a new tab, fixes #1112

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-03-18 20:04:02 +01:00
parent 3ac0da2cdd
commit 7a22e8f4dd

View File

@@ -1,4 +1,4 @@
<a href="{{ link|default('#')|raw }}" class="list-group-item list-group-item-action">
<a href="{{ link|default('#')|raw }}" class="list-group-item list-group-item-action" target="_blank">
<div class="d-flex w-100 justify-content-between">
<b class="mb-1">{{ title }}</b>
{% if date is not empty %}