Add JSON-LD structured metadata

This commit is contained in:
James Panther
2021-08-18 17:06:14 +10:00
parent 9d3af655f4
commit c5107ab693
6 changed files with 49 additions and 5 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}
{{/* Schema */}}
{{ template "_internal/schema.html" . }}
{{ partial "schema.html" . }}
{{/* Generator */}}
{{ if .Site.Params.attribution | default true }}
{{ hugo.Generator }}