From 6da23e4e20105bc73af0602dd6a1becc18cbf206 Mon Sep 17 00:00:00 2001 From: Track3 Date: Fri, 1 Feb 2019 18:14:07 +0800 Subject: Put metadata tags into partial And update example config.toml (relate to #40) --- layouts/partials/structured-data.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 layouts/partials/structured-data.html (limited to 'layouts/partials') 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" . }} -- cgit v1.2.3