Use feed.url instead of feed.link on feed page

feed.link is None for a lot of feeds
This commit is contained in:
2024-05-21 19:29:26 +02:00
parent 716bdf34c9
commit 15e10773df

View File

@ -6,7 +6,7 @@
<div class="p-2 mb-2 border border-dark">
<!-- The feed title. -->
<h2>
<a class="text-muted text-decoration-none" href="{{ feed.link }}">{{ feed.title }}</a>
<a class="text-muted text-decoration-none" href="{{ feed.url }}">{{ feed.title }}</a>
</h2>
{% if not feed.updates_enabled %}<span class="text-danger">Disabled</span>{% endif %}
{% if feed.last_exception %}