diff --git a/templates/article.html b/templates/article.html index 7ea831a..13a0a4c 100644 --- a/templates/article.html +++ b/templates/article.html @@ -18,12 +18,26 @@ {% for tag in article.tags %} {% endfor %} + {% if article.summary %} + + {% else %} + + {% endif %} + {% if SOCIAL_TWIITER %} {% endif %} + {% if article.summary %} + + {% else %} + + {% endif %} + {% if article.photo_image %} + + {% endif %} @@ -34,7 +48,7 @@ {% if article.photo_image %} {% endif %} - + {% endblock %}