6-layer page-children

This commit is contained in:
mDuo13
2018-04-25 10:57:50 -07:00
parent 58d4e4dab9
commit 3a6a75c0f1
4 changed files with 100 additions and 48 deletions

View File

@@ -8,7 +8,7 @@
<div class="col foot-nav-col">
<h5><a class="foot-nav-link" href="{{ parent_page.html }}">{{ parent_page.name }}</a></h5>
{% set depth=1 %}
{% set depth = 1 %}
{% include 'template-page-children.html' %}
</div><!--/.foot-nav-col -->