From 9d033a3ea6efd51af3926b02394596652ed97c97 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 13 Nov 2017 10:03:33 +0100 Subject: fixup! Just Read: Extended metadata block for non-article pages --- Just-Read/templates/base.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'Just-Read/templates/base.html') diff --git a/Just-Read/templates/base.html b/Just-Read/templates/base.html index 715b8c4..8b980b5 100644 --- a/Just-Read/templates/base.html +++ b/Just-Read/templates/base.html @@ -31,19 +31,19 @@ - {% if article.featured_image %} + {% if article.featured_image %} - {% endif %} - {%if DESCRIPTION %} + {% endif %} + {%if DESCRIPTION %} - {%else %} + {%else %} - {% endif %} - {%if FACEBOOK_PROFILE_URL %} + {% endif %} + {%if FACEBOOK_PROFILE_URL %} - {% endif %} + {% endif %} {% elif page %} @@ -52,28 +52,28 @@ - {% if page.featured_image %} + {% if page.featured_image %} - {% endif %} - {%if DESCRIPTION %} + {% endif %} + {%if DESCRIPTION %} - {%else %} + {%else %} - {% endif %} + {% endif %} {% else %} - {% if DEFAULT_LANG %} + {% if DEFAULT_LANG %} - {% endif %} + {% endif %} - {%if DESCRIPTION %} + {%if DESCRIPTION %} - {% endif %} + {% endif %} {% endif %} -- cgit