References landing (& placeholders to make it look good)

This commit is contained in:
mDuo13
2018-04-25 16:13:18 -07:00
parent 3a6a75c0f1
commit c87f79174e
4 changed files with 162 additions and 4 deletions

View File

@@ -27,7 +27,6 @@
{% else %}
<!-- TEMPLATE ERROR: page {{parent_page.name}} is not the parent of anything? -->
{% endif %}
<!-- parent_level is {{parent_level}} -->
{% if parent_level != "home" %}
{% set childpages = pages|selectattr(parent_level, "equalto", parent_page[parent_level])|list %}
{% endif %}