diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index 7593935..5719cc1 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -2,13 +2,6 @@ layout: layouts/parent.njk ---
- {%- if parent -%} -
- {%- for post in collections.all -%} - {%- if post.data.title == parent -%}{{ post.data.title }}{%- endif -%} - {%- endfor -%} -
- {%- endif -%}
{{ content | safe }} @@ -17,6 +10,14 @@ layout: layouts/parent.njk