From 08cdbcea311a7aa9fea7559cbf4f05de6df5776a Mon Sep 17 00:00:00 2001
From: svemagie <869694+svemagie@users.noreply.github.com>
Date: Sun, 8 Mar 2026 16:23:57 +0100
Subject: [PATCH] chore(where): render venue names as plain text
---
_includes/layouts/where.njk | 4 ----
theme/_includes/layouts/where.njk | 4 ----
theme/where.njk | 4 ----
3 files changed, 12 deletions(-)
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 %}