diff options
author | tdro <tdro@noreply.example.com> | 2022-07-11 05:38:15 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-07-11 05:38:15 -0400 |
commit | d0ef6da7a0f9a9762bb8c07cde92f13f0cbe4b9a (patch) | |
tree | 1559d0a6b38c2d6276ebee3106e714523fb282ae /themes/default | |
parent | 67a9e8fd8dcf8b6b5d4b03f99065edce2155a92c (diff) | |
download | canory-d0ef6da7a0f9a9762bb8c07cde92f13f0cbe4b9a.tar.gz canory-d0ef6da7a0f9a9762bb8c07cde92f13f0cbe4b9a.tar.bz2 canory-d0ef6da7a0f9a9762bb8c07cde92f13f0cbe4b9a.zip |
themes/default/layouts/_default/index.json: Use function content
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/layouts/_default/index.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/index.json b/themes/default/layouts/_default/index.json index 63f8445..1e672fd 100644 --- a/themes/default/layouts/_default/index.json +++ b/themes/default/layouts/_default/index.json @@ -32,7 +32,7 @@ {{- end -}} ], "content_text": {{ $data.Plain | jsonify }}, - "content_html": {{ $data.Content | jsonify }} + "content_html": {{ partial "function-content.html" $data.Content | jsonify }} } {{- end -}} {{ end }} |