aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorArnab Kumar Shil <ruddra90@gmail.com>2018-12-29 11:50:49 +0600
committerTrack3 <34504964+Track3@users.noreply.github.com>2018-12-29 13:50:49 +0800
commit6f864b437d6f43c1b30aadf1acad93f7b73e20f2 (patch)
tree1e14764fb2fadbf50c42b07310b17a09ad1c92a9 /layouts/_default/baseof.html
parentc7ebd82a83c4fd854407f9695d22c4d969cd49ca (diff)
downloadhermit-6f864b437d6f43c1b30aadf1acad93f7b73e20f2.tar.gz
Add meta descriptions to document head (#19)
Use Hugo‘s built in `schema.html` `opengraph.html` `twitter_cards.html` templates
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 906c32a..5f7e408 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -9,6 +9,9 @@
<meta name="theme-color" content="{{.}}">
<meta name="msapplication-TileColor" content="{{.}}">
{{- end }}
+ {{ template "_internal/schema.html" . -}}
+ {{ template "_internal/opengraph.html" . -}}
+ {{ template "_internal/twitter_cards.html" . -}}
<link rel="apple-touch-icon" sizes="180x180" href="{{"apple-touch-icon.png" | relURL}}">
<link rel="icon" type="image/png" sizes="32x32" href="{{"favicon-32x32.png" | relURL}}">
<link rel="icon" type="image/png" sizes="16x16" href="{{"favicon-16x16.png" | relURL}}">