From c2cad2c0b4d634ea3814444a5415ebfa1a1c2477 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 23 Apr 2023 15:29:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Elayouts/ganztagsangebote/single.html?= =?UTF-8?q?=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/ganztagsangebote/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/ganztagsangebote/single.html b/layouts/ganztagsangebote/single.html index 32970fa5..9b9c16c8 100644 --- a/layouts/ganztagsangebote/single.html +++ b/layouts/ganztagsangebote/single.html @@ -71,7 +71,7 @@
{{ $related := (where .Site.RegularPages "Type" "ganztagsangebote") | intersect (where .Site.Pages ".Title" "!=" .Title) | union (.Site.RegularPages.Related . ) | shuffle | first 3}} {{ range first 3 $related }} -
+
{{ .Render "ganztag"}}
{{ end }}