+ {% for url, title in album.breadcrumb %} + {{ title }}{% if not loop.last %} » {% endif %} + {% endfor -%} +
++ {% endif %} +
+ {{ album.description }}
+
+ {% endif %}
diff --git a/sigal/themes/colorbox/templates/album.html b/sigal/themes/colorbox/templates/album.html index 451cd28..a1a7d06 100644 --- a/sigal/themes/colorbox/templates/album.html +++ b/sigal/themes/colorbox/templates/album.html @@ -1,6 +1,5 @@ {% extends "base.html" %} {% block content %} - {% include 'breadcrumb.html' %} {% set numbers = ["one", "two", "three", "four", "five", "six", "seven", "eight", "nine"] %} {% set column_size = settings.colorbox_column_size %} {% set nb_columns = (9 / column_size)|int %} @@ -68,11 +67,6 @@ {% endif %} - {% if album.description %} -