From 6d562769478b23703c8644622514357049ad5cce Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Mon, 20 Jan 2025 14:07:14 +0100 Subject: [PATCH] Prevent debugging warning in output --- themes/tsc_vfl/layouts/shortcodes/tsc/calendar/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tsc_vfl/layouts/shortcodes/tsc/calendar/list.html b/themes/tsc_vfl/layouts/shortcodes/tsc/calendar/list.html index 30dfec6..cf8e880 100644 --- a/themes/tsc_vfl/layouts/shortcodes/tsc/calendar/list.html +++ b/themes/tsc_vfl/layouts/shortcodes/tsc/calendar/list.html @@ -5,7 +5,7 @@ {{- $list = sort $list "title" -}} {{- $cals := apply $list "index" "." "class" -}} {{- $cals = uniq $cals -}} -{{ warnf "%s" $cals}} +{{/* warnf "%s" $cals */}}