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.
1 parent 217c679 commit 009358dCopy full SHA for 009358d
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