Index: includes/breadcrumbs.tmpl |
=================================================================== |
--- a/includes/breadcrumbs.tmpl |
+++ b/includes/breadcrumbs.tmpl |
@@ -28,27 +28,27 @@ |
{% for child_page, child_label in subpages %} |
{% if page == child_page %} |
<li> |
{{ child_page | linkify }}<strong>{{ child_label | translate(child_page) }}</strong></a> |
</li> |
{% endif %} |
{% endfor %} |
{% elif breadcrumb %} |
- {% if parent == "blog/index" or parent == "committee/members/index" %} |
+ {% if parent == "committee/members/index" %} |
<li> |
{{ page | linkify }}<strong>{{ breadcrumb }}</strong></a> |
</li> |
{% else %} |
<li> |
{{ page | linkify }}<strong>{{ breadcrumb | translate("page-title")}}</strong></a> |
</li> |
{% endif %} |
{% else %} |
- {% if parent == "blog/index" or parent == "committee/members/index" %} |
+ {% if parent == "committee/members/index" %} |
<li> |
{{ page | linkify }}<strong>{{ title }}</strong></a> |
</li> |
{% else %} |
<li> |
{{ page | linkify }}<strong>{{ title | translate("page-title")}}</strong></a> |
</li> |
{% endif %} |