diff options
author | Vitaly Takmazov | 2020-04-15 13:30:13 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-04-15 13:30:13 +0300 |
commit | 709098c0a6a40a88093128669487cbb459757cfc (patch) | |
tree | 24f18692d2663d8c479bcac26adb6cf42eca2afe /src/main/resources/templates/views/blog.html | |
parent | 65dd166f45af9248c65fe4fc1cbac31791d4b4eb (diff) |
Move ads out of noindex blocks
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 |