Add meta descriptions to document head (#19)

Use Hugo‘s built in `schema.html` `opengraph.html` `twitter_cards.html` templates
This commit is contained in:
Arnab Kumar Shil 2018-12-29 11:50:49 +06:00 committed by Track3
parent c7ebd82a83
commit 6f864b437d
1 changed files with 3 additions and 0 deletions

View File

@ -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}}">