diff --git a/templates/header.html b/templates/header.html index b928ff4a..335f572e 100644 --- a/templates/header.html +++ b/templates/header.html @@ -3,9 +3,9 @@ {% if config.meta_keywords %}{% endif %} -{% if config.default_stylesheet.1 != '' %}{% endif %} -{% if config.font_awesome %}{% endif %} -{% if config.country_flags_condensed %}{% endif %} +{% if config.default_stylesheet.1 != '' %}{% endif %} +{% if config.font_awesome %}{% endif %} +{% if config.country_flags_condensed %}{% endif %} - - + +
{% if token %} diff --git a/templates/themes/recent/recent.html b/templates/themes/recent/recent.html index 2a4510f8..9fce7ab8 100644 --- a/templates/themes/recent/recent.html +++ b/templates/themes/recent/recent.html @@ -4,11 +4,11 @@ {{ settings.title }} - - + + {% if config.url_favicon %}{% endif %} - {% if config.default_stylesheet.1 != '' %}{% endif %} - {% if config.font_awesome %}{% endif %} + {% if config.default_stylesheet.1 != '' %}{% endif %} + {% if config.font_awesome %}{% endif %} {% include 'header.html' %} @@ -17,7 +17,7 @@

{{ settings.title }}

{{ settings.subtitle }}
- +

Recent Images

@@ -36,7 +36,7 @@
    {% for post in recent_posts %}
  • - {{ post.board_name }}: + {{ post.board_name }}: {{ post.snippet }} @@ -53,11 +53,11 @@
- +
{% include 'footer.html' %} - + {% endapply %}