Update layouts/notes/list.jsonfeed.json
This commit is contained in:
		@@ -10,7 +10,7 @@
 | 
			
		||||
        {
 | 
			
		||||
            "id": "{{ $page.Permalink }}",
 | 
			
		||||
            "url": "{{ $page.Permalink }}",
 | 
			
		||||
            "content": {{ $page.Plain | jsonify }},
 | 
			
		||||
            "content_html": {{ .Content | jsonify }},
 | 
			
		||||
            "date_published": "{{ $page.Date.Format "2006-01-02T15:04:05Z07:00" }}"
 | 
			
		||||
        }{{ if lt $index $length }},{{ end }}
 | 
			
		||||
        {{- end }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user