diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2023-12-01 14:21:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 14:21:49 +0200 |
commit | 1674bfc8509def65ea62e215450d009516f183e5 (patch) | |
tree | 7cfd3170dee0ba90ee32caf3e7f9412cb439e292 /layouts/issues | |
parent | dbdd52c835d5cf6eae7f4f4c00684094748e2c52 (diff) | |
parent | 9ce1c28fddba44c55b418c830961bf3f2e96383e (diff) |
Include body in single.json for issues #301 from dumbmoron/json-issue-content
Diffstat (limited to 'layouts/issues')
-rw-r--r-- | layouts/issues/single.json | 1 |
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 }}", |