I tried a solution in this forum, specifically the part below, but it does not work for nested sections e.g. content/docs/guides
. How do I make it work without relying on front matter entries? cc @jmooring
{{ range where (where site.RegularPages "Section" .Section) "Permalink" "ne" .Permalink }}
<a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
{{ end }}