mirror of https://github.com/saimn/sigal.git
4 changed files with 12 additions and 21 deletions
@ -0,0 +1,9 @@
|
||||
{% if album.breadcrumb %} |
||||
<div class="breadcrumb"> |
||||
<h2> |
||||
{% for url, title in album.breadcrumb %} |
||||
<a href="{{ url }}">{{ title }}</a>{% if not loop.last %} » {% endif %} |
||||
{% endfor -%} |
||||
</h2> |
||||
</div> |
||||
{% endif %} |
||||
Loading…
Reference in new issue