open newsfeed-links in a new tab, fixes #1112
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -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">
|
<div class="d-flex w-100 justify-content-between">
|
||||||
<b class="mb-1">{{ title }}</b>
|
<b class="mb-1">{{ title }}</b>
|
||||||
{% if date is not empty %}
|
{% if date is not empty %}
|
||||||
|
|||||||
Reference in New Issue
Block a user