From 9ce1c28fddba44c55b418c830961bf3f2e96383e Mon Sep 17 00:00:00 2001 From: dumbmoron Date: Fri, 1 Dec 2023 12:18:21 +0000 Subject: single.json: include issue content in JSON --- layouts/issues/single.json | 1 + 1 file changed, 1 insertion(+) (limited to 'layouts/issues/single.json') diff --git a/layouts/issues/single.json b/layouts/issues/single.json index fb78ee7..5795d09 100644 --- a/layouts/issues/single.json +++ b/layouts/issues/single.json @@ -1,6 +1,7 @@ { "is": "issue", "title": "{{ .Title }}", + "body": {{ jsonify .Content }}, "createdAt": "{{ .Date }}", "lastMod": "{{ .Lastmod }}", "permalink": "{{ .Permalink }}", -- cgit v1.2.3-70-g09d2