Sfoglia il codice sorgente

adding section name to metadata

master
Sean Dockray 3 anni fa
parent
commit
c44769d7f9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      themes/sandpoints/layouts/metadata/list.js.js

+ 1
- 1
themes/sandpoints/layouts/metadata/list.js.js Vedi 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 }}

Caricamento…
Annulla
Salva