aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/home.authors.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/_default/home.authors.html')
-rw-r--r--themes/default/layouts/_default/home.authors.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/home.authors.html b/themes/default/layouts/_default/home.authors.html
index af2a7c6..7e38cb5 100644
--- a/themes/default/layouts/_default/home.authors.html
+++ b/themes/default/layouts/_default/home.authors.html
@@ -22,7 +22,7 @@
{{ $authors := slice }}
- {{- range $index, $data := where .Site.RegularPages ".Params.hidden" "!=" "true" -}}
+ {{- range $index, $data := .Site.RegularPages -}}
{{ $authors = $authors | append $data.Type }}
{{- end -}}