commit fb60cdb033c73b78967a7bd4964b7667e9b80fa9
Author: hiro <h...@torproject.org>
Date:   Thu Sep 12 18:16:13 2019 +0200

    Update to breadcrumbs
---
 templates/macros/parent.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/macros/parent.html b/templates/macros/parent.html
index 30d7ed7..c411d5a 100644
--- a/templates/macros/parent.html
+++ b/templates/macros/parent.html
@@ -1,6 +1,6 @@
 {% macro render_parent(item) %}
   <li class="breadcrumb-item active" aria-current="page">
-    <a href="{{ vars.parent.path|url }}">
+    <a href="{{ item.parent.path|url }}">
       {{ item.parent.title }}
     </a>
   </li>

_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to