From 709098c0a6a40a88093128669487cbb459757cfc Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 15 Apr 2020 13:30:13 +0300 Subject: Move ads out of noindex blocks --- src/main/resources/templates/views/blog.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/resources/templates/views/blog.html') 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 %}

{% endif %} -{% endblock %} -{% block "column" %} -{% include "views/partial/usercolumn" %} {% if noindex %} {% endif %} +{% endblock %} +{% block "column" %} +{% include "views/partial/usercolumn" %} {% endblock %} \ No newline at end of file -- cgit v1.2.3