diff --git a/layouts/_default/single.jsonld b/layouts/_default/single.jsonld new file mode 100644 index 00000000..55c26d6a --- /dev/null +++ b/layouts/_default/single.jsonld @@ -0,0 +1,48 @@ +{{- .Scratch.Set "type" "article" -}} +{{- if eq .Type "blog" -}} + {{- .Scratch.Set "type" "blogPosting" -}} +{{- else if eq .Section "documentation" -}} + {{- .Scratch.Set "type" "techArticle" -}} +{{- end -}} + +