|
|
|
|
|
|
|
|
<meta charset="utf-8"> |
|
|
<meta charset="utf-8"> |
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
|
|
{{/* NOTE: the Site's title, and if there is a page title, that is set too */}} |
|
|
{{/* NOTE: the Site's title, and if there is a page title, that is set too */}} |
|
|
<title>{{ block "title" . }}{{ .Site.Title }} {{ with .Title }} | {{ . }}{{ end }}{{ end }}</title> |
|
|
<title>{{ block "title" . }}{{ .Site.Title }} {{ with .Params.Title }} | {{ . }}{{ end }}{{ end }}</title> |
|
|
<meta name="HandheldFriendly" content="True"> |
|
|
<meta name="HandheldFriendly" content="True"> |
|
|
<meta name="MobileOptimized" content="320"> |
|
|
<meta name="MobileOptimized" content="320"> |
|
|
|
|
|
|