aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authordumbmoron <log@riseup.net>2023-12-01 12:18:21 +0000
committerdumbmoron <log@riseup.net>2023-12-01 12:18:21 +0000
commit9ce1c28fddba44c55b418c830961bf3f2e96383e (patch)
tree7cfd3170dee0ba90ee32caf3e7f9412cb439e292 /layouts
parentdbdd52c835d5cf6eae7f4f4c00684094748e2c52 (diff)
single.json: include issue content in JSON
Diffstat (limited to 'layouts')
-rw-r--r--layouts/issues/single.json1
1 files changed, 1 insertions, 0 deletions
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 }}",