Fix the width for mobile
This commit is contained in:
parent
9ac32636c5
commit
420b8cff26
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>{{ $.Site.Title }} - {{ .Title }}</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||
<link rel="icon" href="{{ $.Site.BaseURL }}{{ $.Site.Params.favicon }}" />
|
||||
<meta name="description" content="{{ $.Site.Params.description }}" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue