minor changes
All checks were successful
website-main / prod-build (push) Successful in 14s
website-main / test-build (push) Successful in 9s

This commit is contained in:
2024-03-24 16:23:54 +01:00
parent 4faf51a079
commit d2ab31fa7a
7 changed files with 6 additions and 6 deletions

View File

@ -0,0 +1 @@
{{ return ((where .Site.RegularPages "Type" .Type) | intersect (where .Site.Pages ".Title" "!=" .Title) | union (.Site.RegularPages.Related . ) | shuffle | first 3) }}