aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/structured-data.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/structured-data.html')
-rw-r--r--layouts/partials/structured-data.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/structured-data.html b/layouts/partials/structured-data.html
new file mode 100644
index 0000000..4bfb909
--- /dev/null
+++ b/layouts/partials/structured-data.html
@@ -0,0 +1,6 @@
+{{/* We use some Hugo built-in templates, you can find their source here: */}}
+{{/* https://github.com/gohugoio/hugo/tree/master/tpl/tplimpl/embedded/templates */}}
+
+{{- template "_internal/schema.html" . }}
+{{- template "_internal/opengraph.html" . }}
+{{- template "_internal/twitter_cards.html" . }}