fix: hide checkin count for home cities Murnau and Garmisch

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
svemagie
2026-03-24 17:30:50 +01:00
parent 6e79b947f1
commit ec00adf11b

View File

@@ -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 "") %}
<span class="ml-2 text-xs font-normal text-surface-500 dark:text-surface-400">{{ groupItems | length }}×</span>
{% endif %}
{% if checkin.isPrivate %}<span class="ml-2 text-xs text-amber-700 dark:text-amber-400">(private)</span>{% endif %}