Replace "you are here" with the album's name.

This commit is contained in:
voussoir 2018-03-10 19:54:22 -08:00
parent 45091c6596
commit df86d0f128

View file

@ -76,7 +76,7 @@ p
{% endif %}
<ul>
<li>You are here</li>
<li>{{album.display_name}}</li>
<ul>
{% set sub_albums = album.get_children() %}
{% for sub_album in sub_albums|sort(attribute='title') %}