diff --git a/newspipe/templates/home.html b/newspipe/templates/home.html index 2d0aeba4..87301647 100644 --- a/newspipe/templates/home.html +++ b/newspipe/templates/home.html @@ -138,7 +138,7 @@
+ |
{% if feed_id %}
{% else %}
@@ -146,16 +146,16 @@ {{ _('Add some') }}, {{ _('or') }} {% endif%} |
{% if not feed_id %}
- {{ _('Feed') }} | +{{ _('Feed') }} | {% endif %} -{{ _('Article') }} | -{{ _('Date') }} | +{{ _('Article') }} | +{{ _('Date') }} |
---|---|---|---|---|---|---|---|
+ |
{% if article.readed %}
{% else %}
@@ -166,17 +166,24 @@ {{ _('Add some') }}, {{ _('or') }} {% else %} {% endif %} - + |
{% if not feed_id %}
- - - {{ article.source.title | safe }} - | ++ + {{ article.source.title | safe }} + | {% endif %}
- {{ article.title | truncate(100, False, '…') }}
+ {{ article.title | truncate(100, False, '…') }}
+
+
+ {{ article.content | safe }}
+
+ + Open article in a new page. + |
- {{ article.date | datetime(format='short') }} | +{{ article.date | datetime(format='short') }} |