We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_build
build
1 parent 3dc9b81 commit e4c2976Copy full SHA for e4c2976
layouts/partials/GetDescendantPages.html
@@ -4,7 +4,7 @@
4
*/}}
5
6
{{- $pages := slice }}
7
-{{- if eq (.Params._build.list | default "always") "always" }}
+{{- if eq (.Params.build.list | default "always") "always" }}
8
{{- $pages = $pages | append . }}
9
{{- end }}
10
layouts/partials/nav-list-hier.html
@@ -41,7 +41,7 @@
41
generated list is glitchy as a result.
42
43
44
-{{- if eq (.this.Params._build.list | default "always") "always" }}
+{{- if eq (.this.Params.build.list | default "always") "always" }}
45
<li><a href="{{ .this.RelPermalink }}"
46
{{- if eq .this .currentPage }} class="active"{{- end -}}>
47
{{- markdownify .this.Title -}}
0 commit comments