minor: пейджинация обернута в nav

This commit is contained in:
2026-05-11 19:44:32 +03:00
parent bb08213153
commit a5736e19c7

View File

@@ -153,9 +153,7 @@ $(window).load(function(){var images = $('.half');images.each(function(i){$(this
</div> </div>
</div>{% endfor %} </div>{% endfor %}
{# Листалка пагинации #}<nav class="row">
{# Листалка пагинации #}
<div class="row">
<div class="col-md-11 col-xs-12"> <div class="col-md-11 col-xs-12">
<hr class="dotted-black" /> <hr class="dotted-black" />
<nav aria-label="переходы на страницы"> <nav aria-label="переходы на страницы">
@@ -175,7 +173,7 @@ $(window).load(function(){var images = $('.half');images.each(function(i){$(this
</ul> </ul>
</nav> </nav>
</div> </div>
</div> </nav>
{# Баннер #} {# Баннер #}
<div class="row"><div class="col-md-12 col-xs-12">{% include "ad/bannet-wide.html" %}</div></div> <div class="row"><div class="col-md-12 col-xs-12">{% include "ad/bannet-wide.html" %}</div></div>