diff --git a/themes/varia/templates/page.html b/themes/varia/templates/page.html index 02474ecdc1..a21e82704c 100644 --- a/themes/varia/templates/page.html +++ b/themes/varia/templates/page.html @@ -15,27 +15,26 @@
- {{ page.content }} + {{ page.content }} - {% if page.modified %} -

- Last updated: {{ page.locale_modified }} -

- {% endif %} - - -
- - {% for page in pages %} - {{ page.slug }} - {% if page.slug == 'stream' %} - !!! - {{ page.stream }} - {% for img in page.stream %} - {{ img }} -
- {% endfor %} + {% if page.modified %} +

+ Last updated: {{ page.locale_modified }} +

{% endif %} - {% endfor %} + + + + {% for page in pages %} + {% if page.slug == 'stream' %} +
+ {% for img in page.stream %} +
+ {% endfor %} +
+ {% endif %} + {% endfor %} + + {% endblock %}