gcg-website/layouts/partials/data/related.html
Denys Konovalov d2ab31fa7a
All checks were successful
website-main / prod-build (push) Successful in 14s
website-main / test-build (push) Successful in 9s
minor changes
2024-03-24 16:23:54 +01:00

1 line
167 B
HTML

{{ return ((where .Site.RegularPages "Type" .Type) | intersect (where .Site.Pages ".Title" "!=" .Title) | union (.Site.RegularPages.Related . ) | shuffle | first 3) }}