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 323f1f8 commit 0053ac0Copy full SHA for 0053ac0
layouts/learning-paths/list.json.json
@@ -18,7 +18,7 @@
18
"slug": {{ or $p.Slug $p.File.ContentBaseName | jsonify }},
19
"permalink": {{ $p.Permalink | jsonify }},
20
"level": {{ $p.Params.level | jsonify }},
21
- "id": {{ or $p.Params.Id $p.Permalink | jsonify }},
+ "id": {{ or $p.Params.Id (md5 $p.Permalink) | jsonify }},
22
"orgId": {{ $uuid | jsonify }},
23
"courses": [
24
{{- range $j, $c := $children }}
0 commit comments