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/_default/baseof.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 18941b2..b495afe 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -9,9 +9,7 @@ {{- end }} - {{- template "_internal/schema.html" . }} - {{- template "_internal/opengraph.html" . }} - {{- template "_internal/twitter_cards.html" . }} + {{- partial "structured-data.html" . }} {{- partial "favicons.html" }} {{.Title}} {{ range .AlternativeOutputFormats -}} -- cgit v1.2.3