我使用此代码在/content/posts
. 但是,当我将内容移动到嵌套部分时,代码停止工作,例如content/posts/news
,导致出现其他部分的内容。谁能提供解决方案或指导我如何完成这项工作?
{{ range where (where site.RegularPages "Section" .Section) "Permalink" "ne" .Permalink }}
<a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
{{ end }}