14 lines
453 B
HTML
14 lines
453 B
HTML
<meta charset="utf-8">
|
|
<!-- <meta name="viewport" content="width=device-width"> -->
|
|
<meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
|
|
{{- partial "opengraph" . }}
|
|
{{- partialCached "favicon" . }}
|
|
{{- partialCached "styles" . }}
|
|
|
|
|
|
|
|
|