render a good METASP for svelte
This commit is contained in:
parent
a51ae25ec7
commit
ffcc939c4b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
{{ if in $sections $k }}
|
||||
{{ $tiers = (slice) }}
|
||||
{{ range where $.Site.RegularPages "Section" $k }}
|
||||
{{ $tiers = $tiers | append .File.LogicalName }}
|
||||
{{ $tiers = $tiers | append (merge (dict "file" .File.LogicalName) (dict "title" .Title)) }}
|
||||
{{ end }}
|
||||
{{ $metasp = merge $metasp (dict $v (merge (dict "singular" $k) (dict "tiers" $tiers))) }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Reference in a new issue