From 65baa80319a3b8efe36c59ed02acc7fbd665a6ea Mon Sep 17 00:00:00 2001 From: MoritzWeber Date: Wed, 8 Oct 2025 14:31:55 +0200 Subject: [PATCH] fix: Invalid class concatenation leading to '32' as delimiter --- layouts/partials/booking.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/booking.html b/layouts/partials/booking.html index 55edc8fe..c1cfd381 100644 --- a/layouts/partials/booking.html +++ b/layouts/partials/booking.html @@ -60,7 +60,7 @@ {{- .info | .original_page.RenderString -}} {{- end -}} - {{- $contentClasses := slice "o-single__content o-booking__section" -}} + {{- $contentClasses := slice "o-single__content" "o-booking__section" -}} {{- if or (eq .fip_50 false) (eq .fip_50 "nil") }} {{- $contentClasses = $contentClasses | append "o-booking__section-fip_50--hidden" -}} {{- end -}} @@ -70,7 +70,7 @@ {{- if or (eq .reservations false) (eq .reservations "nil") }} {{- $contentClasses = $contentClasses | append "o-booking__section-reservations--hidden" -}} {{- end -}} -
+
{{- $content := partial "increase-headings" (dict "content" .page.Content "offset" 2) -}} {{- $content := partial "prefix-footnotes" (dict "content" $content "prefix" .page.File.ContentBaseName) -}} {{- $content := partial "prefix-heading-ids" (dict "content" $content "prefix" .page.File.ContentBaseName) -}}