From de0a6de5263937e6b4e59c3d079dff2450916880 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Wed, 25 Oct 2017 07:19:20 +0200 Subject: Just Read: Extended metadata block for non-article pages --- Just-Read/templates/base.html | 50 ++++++++++++++++++++++++++++++++----------- 1 file changed, 38 insertions(+), 12 deletions(-) (limited to 'Just-Read') diff --git a/Just-Read/templates/base.html b/Just-Read/templates/base.html index a61b22b..715b8c4 100644 --- a/Just-Read/templates/base.html +++ b/Just-Read/templates/base.html @@ -14,9 +14,7 @@ {% endif %} - - {% if GOOGLE_PLUS_PROFILE_URL %} {% endif %} @@ -24,9 +22,8 @@ {% endif %} - - {%if article %} + {%if article %} @@ -34,21 +31,50 @@ - {% 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 %} + {% elif page %} + + + + + + + + {% if page.featured_image %} + + {% endif %} + {%if DESCRIPTION %} + + + {%else %} + + + {% endif %} + {% else %} + + + {% if DEFAULT_LANG %} + + {% endif %} + + + {%if DESCRIPTION %} + + + {% endif %} {% endif %} - {% endif %} - -- cgit