Browse Source

adding section name to metadata

master
Sean Dockray 3 years ago
parent
commit
c44769d7f9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      themes/sandpoints/layouts/metadata/list.js.js

+ 1
- 1
themes/sandpoints/layouts/metadata/list.js.js View File

@@ -1 +1 @@
{{ define "main" }}SECTIONS=[{{ range .Site.Sections }}{"section": "{{ with .File }}{{ trim .Dir "/" }}{{ end }}", "items": [{{ range .Pages }}"{{ .File.BaseFileName }}", {{ end }}]}, {{ end }}];{{ end }}
{{ define "main" }}SECTIONS=[{{ range .Site.Sections }}{"section": "{{with index (.Pages) 0 }}{{ trim .Dir "/" }}{{ end }}", "items": [{{ range .Pages }}"{{ .File.BaseFileName }}", {{ end }}]}, {{ end }}];{{ end }}

Loading…
Cancel
Save