minor changes
This commit is contained in:
1
layouts/partials/data/related.html
Normal file
1
layouts/partials/data/related.html
Normal file
@ -0,0 +1 @@
|
||||
{{ return ((where .Site.RegularPages "Type" .Type) | intersect (where .Site.Pages ".Title" "!=" .Title) | union (.Site.RegularPages.Related . ) | shuffle | first 3) }}
|
Reference in New Issue
Block a user