Update breadcrumbs.html
This commit is contained in:
parent
f710bb8a08
commit
a054f5a2e7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{% set parents = doc.get_parents() if (doc and hasattr(doc, "get_parents")) else [] %}
|
||||
{% set parents = doc.parents or [] %}
|
||||
<ul class="breadcrumb">
|
||||
{% if parents|length > 0 %}
|
||||
{% for parent in parents %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue