diff --git a/templates/newspaper_view.html b/templates/newspaper_view.html index 6ad1c33..97db7d3 100644 --- a/templates/newspaper_view.html +++ b/templates/newspaper_view.html @@ -164,7 +164,7 @@

{{ article.title }}

-
Sentiment: {{ article.sentiment }}
+
{{ article.feed_name }} {% if article.author %} @@ -179,6 +179,8 @@ {% set clean_text = full_content|striptags %} {% set display_text = clean_text[:500] if article.content else clean_text[:300] %} {{ display_text }}{% if clean_text|length > (500 if article.content else 300) %}...{% endif %} + +
{% set words = full_content.split() %}