Replace "you are here" with the album's name.
This commit is contained in:
parent
45091c6596
commit
df86d0f128
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ p
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>You are here</li>
|
<li>{{album.display_name}}</li>
|
||||||
<ul>
|
<ul>
|
||||||
{% set sub_albums = album.get_children() %}
|
{% set sub_albums = album.get_children() %}
|
||||||
{% for sub_album in sub_albums|sort(attribute='title') %}
|
{% for sub_album in sub_albums|sort(attribute='title') %}
|
||||||
|
|
Loading…
Reference in a new issue