We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee5eae0 + 009358d commit ca5e2f7Copy full SHA for ca5e2f7
layouts/partials/learning-path.json.html
@@ -26,7 +26,7 @@
26
"metadata": {
27
"title": {{ .Title | jsonify }},
28
"description": {{ .Description | jsonify }},
29
- "detailed_description": {{ .Content | jsonify }},
+ "detailed_description": {{ .Content | safeHTML | jsonify }},
30
"banner": {{ $banner_url | jsonify }},
31
"badge": {{ partial "badge.html" (dict "page" . "badge" .Params.badge "curriculaId" $id ) | jsonify }},
32
"certificate": {{ .Params.certificate | jsonify }},
0 commit comments