aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/views/blog.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/templates/views/blog.html')
-rw-r--r--src/main/resources/templates/views/blog.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/templates/views/blog.html b/src/main/resources/templates/views/blog.html
index 79a1efe8..4e390364 100644
--- a/src/main/resources/templates/views/blog.html
+++ b/src/main/resources/templates/views/blog.html
@@ -15,10 +15,10 @@
{% if nextpage | default('') is not empty %}
<p class="page"><a href="{{ nextpage | raw }}" rel="prev">{{ i18n("messages","messages.next") }} →</a></p>
{% endif %}
-{% endblock %}
-{% block "column" %}
-{% include "views/partial/usercolumn" %}
{% if noindex %}
<!--/noindex-->
{% endif %}
+{% endblock %}
+{% block "column" %}
+{% include "views/partial/usercolumn" %}
{% endblock %} \ No newline at end of file