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 @@ {% block title %}{{ SITENAME }}{% endblock %} {% if FAVICON %}{% endif %} - + - - - + + + {% block seo %} - - - - - - + + + + + + {% if DESCRIPTION %} - - - + + + {% endif %} {% if META_IMAGE %} - - - - + + + + {% endif %} {% endblock %} diff --git a/templates/page.html b/templates/page.html index de75382..b02772a 100644 --- a/templates/page.html +++ b/templates/page.html @@ -3,25 +3,25 @@ {% block description %}{% endblock %} {% block seo %} - - - - - + + + + + {% if page.image %} - - + + {% elif META_IMAGE %} - - - - + + + + {% endif %} {% if page.summary %} - - - + + + {% endif %} {% endblock %}