From 3ab30e029adedbd7e652552c6da1eafbeadb40cd Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 23 Jun 2020 22:59:53 +0200 Subject: chg: [ui] improved article_pub template. --- newspipe/templates/article.html | 6 +++--- newspipe/templates/article_pub.html | 32 ++++++++++++++++---------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/newspipe/templates/article.html b/newspipe/templates/article.html index df9eba98..00ec3bde 100644 --- a/newspipe/templates/article.html +++ b/newspipe/templates/article.html @@ -28,9 +28,9 @@
- - - + + +
diff --git a/newspipe/templates/article_pub.html b/newspipe/templates/article_pub.html index e810d18f..5f3ff0c1 100644 --- a/newspipe/templates/article_pub.html +++ b/newspipe/templates/article_pub.html @@ -1,24 +1,24 @@ {% extends "layout.html" %} {% block content %}
-
-

{{ article.title|safe }}

-

{{ _('from') }} {{ article.source.title }}

-
{{ article.date | datetime }}
+
+
+

{{ article.title|safe }}

+

{{ _('from') }} {{ article.source.title }}

+
{{ article.date | datetime }}
+
-
- {{ article.content | safe }} +
+
+ {{ article.content | safe }} +
-
- - - - - - - - - +
+
+ + + +
{% endblock %} -- cgit