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

@@ -0,0 +1,4 @@
{% extends "index.html" %}
{% block content %}
{% endblock content %}

View File

@@ -0,0 +1,12 @@
{% extends "index.html" %}
{% block content %}
{% set section = get_section(path="join-us/_index.md")%}
<main class="pt-16">
{{ section.content | safe}}
<hr>
{% include "partials/pageList.html" %}
</main>
{% endblock content %}