Update breadcrumbs.html
This commit is contained in:
parent
fbc4c8e338
commit
0fcfad56eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue