diff --git a/templates/news.html b/templates/news.html index c8efe81d..6a6affe5 100644 --- a/templates/news.html +++ b/templates/news.html @@ -23,7 +23,7 @@ {% if translatedPage %} {% set page = get_page(path=translatedPage.path) %} {% endif %} -
 {{ page.date | date(format='%B %e, %Y') }} 
+
 {{ page.date | date(format='%B %e, %Y') }} 
{# Display wide images below the text instead of to the right. #} {% set_global noflex = '' %} {% for photo in page.assets %} @@ -40,7 +40,7 @@ {% for photo in page.assets | sort %} - + {% endfor %} diff --git a/templates/news_post.html b/templates/news_post.html index c79137b3..b0e23d0d 100644 --- a/templates/news_post.html +++ b/templates/news_post.html @@ -9,7 +9,7 @@ {% for photo in resource.assets | sort %} - + {% endfor %}
diff --git a/templates/section.html b/templates/section.html index 2f4826e6..03cc77c9 100644 --- a/templates/section.html +++ b/templates/section.html @@ -9,14 +9,14 @@ {% set translatedPage = page.translations | filter(attribute='lang', value=lang) | first %} {% if translatedPage %} {% set page = get_page(path=translatedPage.path) %} -{% endif %} -
 {{ page.date | date(format='%B %e, %Y') }} 
+{% endif %} +
 {{ page.date | date(format='%B %e, %Y') }} 
{% if page.content %}
{{ page.content | safe }}
-{% endif %} +{% endif %} {% for photo in page.assets %} - + {% endfor %}
{% endfor %}