From 0f533e21e5fcd29a24a63e1280b012db45875709 Mon Sep 17 00:00:00 2001 From: jtbx Date: Tue, 20 Feb 2024 21:23:42 +0100 Subject: [PATCH] Theme: Add link to "Z9" location --- themes/ccchh/layouts/shortcodes/calendar-table.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/ccchh/layouts/shortcodes/calendar-table.html b/themes/ccchh/layouts/shortcodes/calendar-table.html index 061579b..ecc37a5 100644 --- a/themes/ccchh/layouts/shortcodes/calendar-table.html +++ b/themes/ccchh/layouts/shortcodes/calendar-table.html @@ -19,7 +19,11 @@ {{- else }} {{ .summary }} {{- end }} + {{- if eq .location "Z9" }} + Z9 + {{- else }} {{ .location }} + {{- end }} {{- end }} {{- end }}