fixed template to handle commas correctly

This commit is contained in:
Phil 2025-01-08 16:05:18 -07:00
parent 38263a5906
commit 593e6611c2

View File

@ -5,7 +5,7 @@
"feed_url": "{{ .Permalink }}", "feed_url": "{{ .Permalink }}",
"description": "A feed of my notes from {{ .Site.Title }}", "description": "A feed of my notes from {{ .Site.Title }}",
"items": [ "items": [
{{- range $index, $page := .Pages.ByDate.Reverse -}} {{- range $index, $page := .Pages.ByDate.Reverse }}
{ {
"id": "{{ $page.Permalink }}", "id": "{{ $page.Permalink }}",
"url": "{{ $page.Permalink }}", "url": "{{ $page.Permalink }}",