diff --git a/templates/article.html b/templates/article.html index f71a70a..dd7d976 100644 --- a/templates/article.html +++ b/templates/article.html @@ -3,22 +3,22 @@ {% block description %}{{ article.summary|striptags|e }}{% endblock %} {% block seo %} - - - - - - + + + + + + {% if article.summary %} - - + + {% endif %} {% if article.date %} - + {% endif %} {% if article.modified %} - + {% endif %} {% if article.author %} @@ -27,14 +27,14 @@ {% endfor %} {% if article.image %} - - - + + + {% elif META_IMAGE %} - - - - + + + + {% endif %} {% endblock %} diff --git a/templates/base.html b/templates/base.html index e4243dc..df59c3e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -24,31 +24,31 @@