added pagelist for taxonomy nav between pages and pageBox
This commit is contained in:
12
templates/roles/single.html
Normal file
12
templates/roles/single.html
Normal 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 %}
|
Reference in New Issue
Block a user