[tor-commits] [lego/develop] Update to breadcrumbs
hiro at torproject.org
hiro at torproject.org
Tue Apr 7 16:13:24 UTC 2020
commit b70cb754bffeff3ab6a7cbb973b7b5d211441bf5
Author: hiro <hiro at torproject.org>
Date: Thu Sep 12 17:40:25 2019 +0200
Update to breadcrumbs
---
templates/breadcrumb.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/breadcrumb.html b/templates/breadcrumb.html
index ca7cb45..56ba19d 100644
--- a/templates/breadcrumb.html
+++ b/templates/breadcrumb.html
@@ -12,9 +12,9 @@
{{ parent.title }}
</a>
</li>
- {% parent = parent.parent %}
{% endif %}
{% endif %}
+ {% set parent = parent.parent %}
{% endfor %}
{% endif %}
<li class="breadcrumb-item active" aria-current="page">{{ this.title }}</li>
More information about the tor-commits
mailing list