gta shuffle
This commit is contained in:
		| @@ -29,7 +29,7 @@ | ||||
|         <div class="col-lg-3 col-sm-4 col-6 mb-5 mb-md-0"> | ||||
|           <h4 class="text-white mb-5 text-uppercase">{{ i18n "clubs_footer" }}</h4> | ||||
|           <ul class="list-unstyled"> | ||||
|             {{ range first 5 (where .Site.RegularPages "Type" "ganztagsangebote")}} | ||||
|             {{ range first 5 (where .Site.RegularPages "Type" "ganztagsangebote" | shuffle)}} | ||||
|             <li class="mb-3"><a class="text-color" href="{{ .Permalink }}">{{ .Title }}</a></li> | ||||
|             {{ end }} | ||||
|           </ul> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user