From ec00adf11b8a56fd158c6e5d8e89965fd0980c30 Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Tue, 24 Mar 2026 17:30:50 +0100 Subject: [PATCH] fix: hide checkin count for home cities Murnau and Garmisch Co-Authored-By: Claude Sonnet 4.6 --- where.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}