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 f0f228b + 0053ac0 commit 175d080Copy full SHA for 175d080
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