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 %}