diff --git a/layouts/_default/list.json.json b/layouts/_default/list.json.json new file mode 100644 index 0000000..a0a2820 --- /dev/null +++ b/layouts/_default/list.json.json @@ -0,0 +1,4 @@ +{ + "sectionName": "{{ default "index" .Section }}", + "momentCount": {{ len .Site.RegularPages }} +} \ No newline at end of file