4 lines
No EOL
199 B
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 }}
|
|
} |