From 52e1a054b9e49ed69a78646529bebd61e35cf990 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sat, 31 Dec 2022 18:13:07 +0100 Subject: [PATCH] gta shuffle --- layouts/index.html | 2 +- layouts/partials/footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 2d0efafd..0ac4dcce 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -159,7 +159,7 @@
- {{ range first 6 (where .Site.RegularPages "Type" "ganztagsangebote")}} + {{ range first 6 (where .Site.RegularPages "Type" "ganztagsangebote" | shuffle)}}
{{ .Render "ganztagsangebote" }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 436f5fd9..f5c6ce85 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -29,7 +29,7 @@

{{ i18n "clubs_footer" }}

    - {{ range first 5 (where .Site.RegularPages "Type" "ganztagsangebote")}} + {{ range first 5 (where .Site.RegularPages "Type" "ganztagsangebote" | shuffle)}}
  • {{ .Title }}
  • {{ end }}