aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorTrack3 <pengliabc@live.cn>2019-02-01 18:14:07 +0800
committerTrack3 <pengliabc@live.cn>2019-02-01 18:14:07 +0800
commit6da23e4e20105bc73af0602dd6a1becc18cbf206 (patch)
treee6ad008f7be4bf490327ecbecde43c005ed8ffaf /layouts/_default/baseof.html
parent23e22be1eb4ffd261e9cfdf1f9ed9c54118917cb (diff)
downloadhermit-6da23e4e20105bc73af0602dd6a1becc18cbf206.tar.gz
Put metadata tags into partial
And update example config.toml (relate to #40)
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html4
1 files changed, 1 insertions, 3 deletions
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 @@
<meta name="theme-color" content="{{.}}">
<meta name="msapplication-TileColor" content="{{.}}">
{{- end }}
- {{- template "_internal/schema.html" . }}
- {{- template "_internal/opengraph.html" . }}
- {{- template "_internal/twitter_cards.html" . }}
+ {{- partial "structured-data.html" . }}
{{- partial "favicons.html" }}
<title>{{.Title}}</title>
{{ range .AlternativeOutputFormats -}}