8 lines
No EOL
391 B
HTML
8 lines
No EOL
391 B
HTML
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta http-equiv="Cache-Control" content="public" />
|
|
{{ "<!-- Enable responsiveness on mobile devices -->" | safeHTML }}
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
|
{{ .Hugo.Generator }}
|
|
{{ partial "header/twitter_cards.html" . }}
|
|
{{ partial "header/opengraph.html" . }} |