diff --git a/layouts/partials/blocks/templates/pages/list.html b/layouts/partials/blocks/templates/pages/list.html index 11b375e310547fe6ab33c7f915818305768689d2..78de5201cf12bb1fd055270cbbb8cd539b678f01 100644 --- a/layouts/partials/blocks/templates/pages/list.html +++ b/layouts/partials/blocks/templates/pages/list.html @@ -8,7 +8,7 @@ <ul class="list {{ if and (not $show_descriptions) (not $show_images) }} title-only {{ end }}"> {{ range .pages }} {{- $file := false -}} - {{/* Check if . is a map or page url, necessary when pages/grid is called outside block context */}} + {{/* Check if . is a map or page url, necessary when pages/list is called outside block context */}} {{ if reflect.IsMap . }} {{ $file = .file }} {{ else }}