added pagelist for taxonomy nav between pages and pageBox

This commit is contained in:
timurgordon
2022-02-24 13:58:51 +03:00
parent 05ddd75f83
commit fc383a24fe
9 changed files with 51 additions and 50 deletions

View File

@@ -4,15 +4,8 @@
<main class="pt-16">
{{ section.content | safe}}
<div class="mx-20 flex">
{% for page in section.pages %}
<div class="w-3/12 m-8" >
{% include "partials/pageBox.html" %}
</div>
{% endfor %}
</div>
<hr>
{% include "partials/pageList.html" %}
</main>
{% endblock content %}