diff --git a/where.njk b/where.njk
index d4cce1c..a0c855d 100644
--- a/where.njk
+++ b/where.njk
@@ -83,7 +83,7 @@ leafletMap: true
{% else %}
{{ checkin.name }}
{% endif %}
- {% if groupItems | length > 1 %}
+ {% if groupItems | length > 1 and "Murnau" not in (checkin.locality or "") and "Garmisch" not in (checkin.locality or "") %}
{{ groupItems | length }}×
{% endif %}
{% if checkin.isPrivate %}(private){% endif %}