diff --git a/prosopopee/themes/material/templates/gallery-index.html b/prosopopee/themes/material/templates/gallery-index.html index fbd270a..6af5a77 100644 --- a/prosopopee/themes/material/templates/gallery-index.html +++ b/prosopopee/themes/material/templates/gallery-index.html @@ -16,14 +16,6 @@
- {% for section in gallery.sections %} {% include "sections/" + section.type + ".html" %} diff --git a/prosopopee/themes/material/templates/index.html b/prosopopee/themes/material/templates/index.html index a5cb813..ca50a93 100644 --- a/prosopopee/themes/material/templates/index.html +++ b/prosopopee/themes/material/templates/index.html @@ -26,10 +26,10 @@ {% set cover = Image(gallery.cover) %} {{ cover.copy() }} - {{ gallery.title }} + {{ gallery.title }}
- {% if gallery.sub_title %}{{ gallery.sub_title }}{% endif %} + {% if gallery.sub_title %}{{ gallery.sub_title }}{% endif %} {% if gallery.tags %}{% for tag in gallery.tags -%}
{{ tag }}
{% endfor -%}{% endif %}
diff --git a/prosopopee/themes/material/templates/sections/panorama.html b/prosopopee/themes/material/templates/sections/panorama.html index b610259..215e78d 100644 --- a/prosopopee/themes/material/templates/sections/panorama.html +++ b/prosopopee/themes/material/templates/sections/panorama.html @@ -1,5 +1,5 @@ {% set image = Image(section.image) %} {{ image.copy() }} -
- +
+