fixed template to handle commas correctly
This commit is contained in:
parent
38263a5906
commit
593e6611c2
@ -5,7 +5,7 @@
|
||||
"feed_url": "{{ .Permalink }}",
|
||||
"description": "A feed of my notes from {{ .Site.Title }}",
|
||||
"items": [
|
||||
{{- range $index, $page := .Pages.ByDate.Reverse -}}
|
||||
{{- range $index, $page := .Pages.ByDate.Reverse }}
|
||||
{
|
||||
"id": "{{ $page.Permalink }}",
|
||||
"url": "{{ $page.Permalink }}",
|
||||
|
Loading…
x
Reference in New Issue
Block a user