diff --git a/_includes/layouts/where.njk b/_includes/layouts/where.njk
index 307a658..5eec1d1 100644
--- a/_includes/layouts/where.njk
+++ b/_includes/layouts/where.njk
@@ -31,11 +31,7 @@ withSidebar: true
- {% if checkin.venueUrl %}
- {{ checkin.name }}
- {% else %}
{{ checkin.name }}
- {% endif %}
{% if checkin.locationText or checkin.postalCode %}
diff --git a/theme/_includes/layouts/where.njk b/theme/_includes/layouts/where.njk
index bee2898..b2e2a47 100644
--- a/theme/_includes/layouts/where.njk
+++ b/theme/_includes/layouts/where.njk
@@ -31,11 +31,7 @@ withSidebar: true
- {% if checkin.venueUrl %}
- {{ checkin.name }}
- {% else %}
{{ checkin.name }}
- {% endif %}
{% if checkin.locationText or checkin.postalCode %}
diff --git a/theme/where.njk b/theme/where.njk
index 73e5b8c..3e55cbc 100644
--- a/theme/where.njk
+++ b/theme/where.njk
@@ -28,11 +28,7 @@ withSidebar: true
- {% if checkin.venueUrl %}
- {{ checkin.name }}
- {% else %}
{{ checkin.name }}
- {% endif %}
{% if checkin.locationText or checkin.postalCode %}