[tor-commits] [lego/master] Update to breadcrumbs

hiro at torproject.org hiro at torproject.org
Thu Sep 12 15:40:27 UTC 2019


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