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 0184c62 commit 81ecffbCopy full SHA for 81ecffb
docs/layouts/_shortcodes/class-schema.html
@@ -22,7 +22,7 @@
22
{{ end }}
23
24
{{/* Load the schema file from the /static/schema directory */}}
25
-{{ $schemaPath := printf "static/schema/schema.%s.%s.json" $data.typeName $data.className }}
+{{ $schemaPath := printf "static/schema/schema.%s.%s.json" $data.typeName $data.className | lower }}
26
{{ $schemaContent := readFile $schemaPath }}
27
28
{{ if $schemaContent }}
0 commit comments