hugo-theme-moments/layouts/_default/list.json.json

4 lines
No EOL
199 B
JSON

{ {{ $a := where $.Site.RegularPages "Section" .Section}}{{ if .IsHome }}{{ $a = $.Site.RegularPages }}{{ end }}
"sectionName": "{{ default "index" .Section }}",
"momentCount": {{ len $a }}
}