7 lines
476 B
HTML
7 lines
476 B
HTML
|
<meta charset="utf-8">
|
||
|
<title>{{ or .Page.Title .Site.Title }}</title>
|
||
|
{{ with $.Param "description" }}<meta name="description" content="{{ . }}">{{ end }}
|
||
|
{{ with .Site.Author.name }}<meta name="author" content="{{ . }}">{{ end }}
|
||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|