Dotawo/themes/sandpoints/layouts/metadata/list.js.js
2020-10-28 22:59:55 +01:00

1 line
205 B
JavaScript

{{ define "main" }}SECTIONS=[{{ range .Site.Sections }}{"section": "{{ with .File }}{{ trim .Dir "/" }}{{ end }}", "items": [{{ range .Pages }}"{{ .File.BaseFileName }}", {{ end }}]}, {{ end }}];{{ end }}