diff --git a/templates/page.html b/templates/page.html index b35ff60..be515d5 100644 --- a/templates/page.html +++ b/templates/page.html @@ -71,11 +71,21 @@

{{ page.title }}

{% for ancestor in page.ancestors %} {% set_global elems = elems | concat(with=get_section(path=ancestor)) %} {% endfor %} + {% set projects = get_section(path="projects/_index.md") %} {% for elem in elems | concat(with=page) %}
  • - {% if not loop.last %} {% endif %} + {% if not loop.last %} + + {% endif %} {{ elem.extra.breadcrumb | default(value=elem.title) | safe }} - {% if not loop.last %} {% endif %} + {% if not loop.last %} + + {% endif %}
  • {% endfor %}