added pagelist for taxonomy nav between pages and pageBox
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user