Remove current page from breadcrumbs

This commit is contained in:
Jake Howard 2022-06-19 17:23:18 +01:00
parent 1600356e8b
commit ac825524d9
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -6,7 +6,6 @@
{% for parent in parents %}
<li><a href="{% pageurl parent %}">{{ parent.title }}</a></li>
{% endfor %}
<li class="is-active"><a href="{% pageurl page %}" aria-current="page">{{ page.title }}</a></li>
</ul>
</nav>
{% endif %}