diff --git a/sigal/themes/colorbox/templates/album.html b/sigal/themes/colorbox/templates/album.html
index cdd7417..3f6340e 100644
--- a/sigal/themes/colorbox/templates/album.html
+++ b/sigal/themes/colorbox/templates/album.html
@@ -14,6 +14,7 @@
{% endif %}
{%- endmacro %}
+ {% include 'map.html' %}
{% for media in album.medias %}
{% if loop.index % nb_columns == 1 %}
diff --git a/sigal/themes/colorbox/templates/base.html b/sigal/themes/colorbox/templates/base.html
index 2b85e3e..1b73a5c 100644
--- a/sigal/themes/colorbox/templates/base.html
+++ b/sigal/themes/colorbox/templates/base.html
@@ -14,6 +14,7 @@
{% if user_css %}
{% endif %}
+ {% include 'default_head.html' %}
{% block extra_head %}{% endblock extra_head %}
{% include 'analytics.html' %}
diff --git a/sigal/themes/photoswipe/templates/album.html b/sigal/themes/photoswipe/templates/album.html
index 874d242..e850dcb 100644
--- a/sigal/themes/photoswipe/templates/album.html
+++ b/sigal/themes/photoswipe/templates/album.html
@@ -23,6 +23,7 @@
{% endif %}
{% endif %}
+ {% include 'map.html' %}
{% for media in album.medias %}
{% if media.type == "image" %}
diff --git a/sigal/themes/photoswipe/templates/base.html b/sigal/themes/photoswipe/templates/base.html
index 56fdea4..3d93339 100644
--- a/sigal/themes/photoswipe/templates/base.html
+++ b/sigal/themes/photoswipe/templates/base.html
@@ -8,6 +8,7 @@
+ {% include 'default_head.html' %}
{% block extra_head %}{% endblock extra_head %}
{% if user_css %}