diff --git a/umap/templates/leaflet_storage/map_detail.html b/umap/templates/leaflet_storage/map_detail.html
index 604a582c80d10be4a693e938b6e0777faf1bde6a..90540993afff78e4c7c472cb01aa4a31fcab99b8 100644
--- a/umap/templates/leaflet_storage/map_detail.html
+++ b/umap/templates/leaflet_storage/map_detail.html
@@ -1,6 +1,6 @@
 {% extends "base.html" %}
 {% load leaflet_storage_tags compress %}
-{% block title %}{{ map.name }}{% endblock %}
+{% block head_title %}{{ map.name }} - uMap{% endblock %}
 {% block body_class %}map_detail{% endblock %}
 
 {% block extra_head %}