Skip to content

Commit ca5e2f7

Browse files
authored
Merge pull request #149 from layer5io/fix-and-enhance-test-states
add validity and detailed description
2 parents ee5eae0 + 009358d commit ca5e2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/learning-path.json.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"metadata": {
2727
"title": {{ .Title | jsonify }},
2828
"description": {{ .Description | jsonify }},
29-
"detailed_description": {{ .Content | jsonify }},
29+
"detailed_description": {{ .Content | safeHTML | jsonify }},
3030
"banner": {{ $banner_url | jsonify }},
3131
"badge": {{ partial "badge.html" (dict "page" . "badge" .Params.badge "curriculaId" $id ) | jsonify }},
3232
"certificate": {{ .Params.certificate | jsonify }},

0 commit comments

Comments
 (0)