diff --git a/prosopopee/templates/index.html b/prosopopee/templates/index.html
index 206ab62..72f918b 100644
--- a/prosopopee/templates/index.html
+++ b/prosopopee/templates/index.html
@@ -20,7 +20,7 @@
{{ gallery.title }}
{% if gallery.sub_title %}{{ gallery.sub_title }}
{% endif %}
{% if gallery.date %}{{ gallery.date.strftime("%d %B %Y") }}
{% endif %}
- {% if gallery.tags %}IN {% for tag in gallery.tags -%} {{ tag }} {% endfor -%}
{% endif %}
+ {% if gallery.tags %}IN {% for tag in gallery.tags -%} {{ tag }} {% endfor -%}
{% endif %}
{% set cover = Image(gallery.cover) %}
diff --git a/prosopopee/templates/menu.html b/prosopopee/templates/menu.html
index f7f6b1a..b9ab437 100644
--- a/prosopopee/templates/menu.html
+++ b/prosopopee/templates/menu.html
@@ -2,16 +2,16 @@
{%- for line in settings.menu -%}
- {% set file_name, menu_name = line.items()[0] %}
- {% if file_name.startswith('http') %}
- {% set file_name = file_name %}
- {% elif gallery %}
- {% set file_name = "../"+file_name %}
- {%- endif -%}
+ {% set file_name, menu_name = line.items()[0] %}
+ {% if file_name.startswith('http') %}
+ {% set file_name = file_name %}
+ {% elif gallery %}
+ {% set file_name = "../"+file_name %}
+ {%- endif -%}
{%- if loop.first -%}
-
+
{% else %}
-
+
{%- endif -%}
{%- endfor -%}