update feed to tag content only

This commit is contained in:
Phil 2025-01-08 16:51:35 -07:00
parent 338e7e8b9e
commit 5f5c7ecc76

View File

@ -10,7 +10,7 @@
{ {
"id": "{{ $page.Permalink }}", "id": "{{ $page.Permalink }}",
"url": "{{ $page.Permalink }}", "url": "{{ $page.Permalink }}",
"content_text": {{ $page.Plain | jsonify }}, "content": {{ $page.Plain | jsonify }},
"date_published": "{{ $page.Date.Format "2006-01-02T15:04:05Z07:00" }}" "date_published": "{{ $page.Date.Format "2006-01-02T15:04:05Z07:00" }}"
}{{ if lt $index $length }},{{ end }} }{{ if lt $index $length }},{{ end }}
{{- end }} {{- end }}