|
|
@ -18,10 +18,15 @@ |
|
|
|
{% if album.breadcrumb %} |
|
|
|
<h2> |
|
|
|
{% for url, title in album.breadcrumb %} |
|
|
|
» <a href="{{ url }}">{{ title }}</a> |
|
|
|
{% if loop.last and media is defined %} |
|
|
|
» <a href="{{ url }}#{{ media.url }}">{{ title }}</a> |
|
|
|
{% else %} |
|
|
|
» <a href="{{ url }}">{{ title }}</a> |
|
|
|
{% endif %} |
|
|
|
{% endfor -%} |
|
|
|
{% block extra_breadcrumb %} |
|
|
|
{% endblock %} |
|
|
|
{% if media is defined %} |
|
|
|
» <a href="{{ media.url }}.html">{{ media.title }}</a> |
|
|
|
{% endif %} |
|
|
|
</h2> |
|
|
|
{% endif %} |
|
|
|
{% include "links.html" %} |
|
|
|