Back to Sealed Secrets

Blog

site/themes/template/layouts/_default/single.html

0.36.6344 B
Original Source

Blog

{{ .Title }}

{{ .Params.author }}

{{ dateFormat "Jan 2, 2006" .Date }}

{{ .Content }}

{{ $related := (where (.Site.RegularPages.Related .) "Type" "posts") | first 3 }} {{ with $related }} {{ range . }} {{ partial "blog-post-card.html" . }} {{ end }} {{ end }}