From 1c4e0d804485f4b673f914aaf56f244c1a2b6c08 Mon Sep 17 00:00:00 2001 From: Jeff MacKinnon Date: Sat, 5 Feb 2022 09:14:18 -0400 Subject: [PATCH] Minor changes --- templates/article.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/templates/article.html b/templates/article.html index 13a0a4c..04582b9 100644 --- a/templates/article.html +++ b/templates/article.html @@ -11,10 +11,6 @@ {{ translations.entry_hreflang(article) }} {% endif %} - {% if article.description %} - - {% endif %} - {% for tag in article.tags %} {% endfor %} @@ -25,7 +21,12 @@ {% endif %} + {% if article.photo_image %} + + {% else %} + {% endif %} + {% if SOCIAL_TWIITER %} {% endif %} @@ -33,7 +34,7 @@ {% if article.summary %} {% else %} - + {% endif %} {% if article.photo_image %}