gta shuffle

This commit is contained in:
2022-12-31 18:13:07 +01:00
parent 1b8f455c3a
commit acfdc1cb9f
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@
</div>
</div>
<div class="row justify-content-center">
{{ range first 6 (where .Site.RegularPages "Type" "ganztagsangebote")}}
{{ range first 6 (where .Site.RegularPages "Type" "ganztagsangebote" | shuffle)}}
<div class="col-lg-4 col-sm-6 mb-5">
{{ .Render "ganztagsangebote" }}
</div>