Update breadcrumbs.html

This commit is contained in:
Rushabh Mehta 2014-08-22 17:07:22 +05:30
parent fbc4c8e338
commit 0fcfad56eb

View file

@ -1,4 +1,4 @@
{% set parents = doc.get_parents() if (doc and doc.parents) else [] %}
{% set parents = doc.get_parents() if (doc and doc.get_parents) else [] %}
<ul class="breadcrumb">
{% if parents|length > 0 %}
{% for parent in parents %}