chore: fix capitalization for params in while clause (#108)

BREAKING CHANGE: The minimal required Hugo version was bumped to 0.83.0
This commit is contained in:
Robert Kaussow 2021-05-06 21:42:45 +02:00 committed by GitHub
parent 0eb5e23cbb
commit 8df82947b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[
{{ range $index, $page := (where .Site.Pages "Params.geekdocprotected" "ne" true) }}
{{ range $index, $page := (where .Site.Pages "Params.GeekdocProtected" "ne" true) }}
{{ if ne $index 0 }},{{ end }}
{
"id": {{ $index }},