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 +++--- src/main/resources/templates/views/index.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/main/resources') 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 diff --git a/src/main/resources/templates/views/index.html b/src/main/resources/templates/views/index.html index 97d726de..e85a3aa1 100644 --- a/src/main/resources/templates/views/index.html +++ b/src/main/resources/templates/views/index.html @@ -10,6 +10,9 @@ {% if nextpage | default('') is not empty %}

{% endif %} +{% if noindex %} + +{% endif %} {% endblock %} {% block "column" %} {% if tag | default('') is not empty %} @@ -23,7 +26,4 @@ {% else %} {% include "views/partial/homecolumn" %} {% endif %} -{% if noindex %} - -{% endif %} {% endblock %} -- cgit v1.2.3