We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e2f692 + 217c679 commit ee5eae0Copy full SHA for ee5eae0
1 file changed
layouts/partials/learning-path.json.html
@@ -26,6 +26,7 @@
26
"metadata": {
27
"title": {{ .Title | jsonify }},
28
"description": {{ .Description | jsonify }},
29
+ "detailed_description": {{ .Content | 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