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/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/resources/templates/views/index.html') 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