This commit is contained in:
retoor 2025-10-06 09:37:27 +02:00
parent 7ae80ab600
commit 97f636bf3f

View File

@ -164,7 +164,7 @@
<h2 class="article-title"> <h2 class="article-title">
<a href="{{ article.link }}" target="_blank">{{ article.title }}</a> <a href="{{ article.link }}" target="_blank">{{ article.title }}</a>
</h2> </h2>
<input type="hidden" name="sentiment" value="{{ article.sentiment }}"> <div style="display: none">Sentiment: {{ article.sentiment }}</div>
<div class="article-meta"> <div class="article-meta">
<span class="article-source">{{ article.feed_name }}</span> <span class="article-source">{{ article.feed_name }}</span>
{% if article.author %} {% if article.author %}