gcg-website/layouts/partials/related.html
Denys Konovalov 4faf51a079
All checks were successful
website-main / prod-build (push) Successful in 12s
website-main / test-build (push) Successful in 9s
fix related template
2024-03-24 16:12:57 +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) }}