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:
@ -9,6 +9,9 @@
|
|||||||
<meta name="theme-color" content="{{.}}">
|
<meta name="theme-color" content="{{.}}">
|
||||||
<meta name="msapplication-TileColor" content="{{.}}">
|
<meta name="msapplication-TileColor" content="{{.}}">
|
||||||
{{- end }}
|
{{- 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="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="32x32" href="{{"favicon-32x32.png" | relURL}}">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="{{"favicon-16x16.png" | relURL}}">
|
<link rel="icon" type="image/png" sizes="16x16" href="{{"favicon-16x16.png" | relURL}}">
|
||||||
|
Reference in New Issue
Block a user