gcg-website/layouts/partials/related.html
Denys Konovalov 942ef76fc9
Some checks failed
website-main / prod-build (push) Failing after 14s
website-main / test-build (push) Failing after 6s
fix date sorting
2024-03-24 16:11:29 +01:00

1 line
165 B
HTML

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