diff options
Diffstat (limited to 'src/main/resources/templates/views/blog.html')
-rw-r--r-- | src/main/resources/templates/views/blog.html | 6 |
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 |