Might be a bit late, but hey…
If you only want to display pages which are in a defined section (e.g. posts), you can use range where
:
{{ range where .Pages "Section" "posts" }}
{{ .Title }}
{{ end }}
Might be a bit late, but hey…
If you only want to display pages which are in a defined section (e.g. posts), you can use range where
:
{{ range where .Pages "Section" "posts" }}
{{ .Title }}
{{ end }}