diff --git a/sigal/themes/galleria/templates/album.html b/sigal/themes/galleria/templates/album.html
index 001b3a2..8b04f03 100644
--- a/sigal/themes/galleria/templates/album.html
+++ b/sigal/themes/galleria/templates/album.html
@@ -3,21 +3,17 @@
{% block extra_head %}
{# We will always want to show the first image when we're on an album page #}
{# Start loading now for faster document complete instead of waiting for js to load it #}
- {% if album.medias %}
- {% endif %}
-
{% if settings.show_map and album.show_map %}
{% endif %}
{% endblock %}
{% block content %}
- {% if album.medias %}