From 12a42f6116572ffbcc08af2ad8341c1488174990 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 7 Nov 2016 08:01:29 +0100 Subject: Minor improvements to the layout template. --- src/web/templates/layout.html | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) (limited to 'src/web/templates') diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html index 3dc1ff71..ad0b0ea0 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -4,23 +4,20 @@ {% block head %} - + Newspipe{% if head_titles %} - {{ ' - '.join(head_titles) }}{% endif %} - - + - + - - {% endblock %} @@ -28,7 +25,7 @@ {% endblock %}
@@ -136,7 +132,6 @@ {% block content %}{% endblock %} - -- cgit