Put - around $scheme declaration in atom_entry_metadata
This commit is contained in:
parent
d3df159add
commit
877dcedbcd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<updated>{{ .Lastmod.Format "2006-01-02T15:04:05-07:00" | safeHTML }}</updated>
|
||||
{{- range slice "series" "categories" "tags" -}}
|
||||
{{- range $.GetTerms . -}}
|
||||
{{ $scheme := (.Site.GetPage (printf "/%s" .Section)).Permalink }}
|
||||
{{- $scheme := (.Site.GetPage (printf "/%s" .Section)).Permalink -}}
|
||||
<category term="{{ .Name }}" scheme="{{ $scheme }}" label="{{ .Title }}" />
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue