Use meta viewport tag
This commit is contained in:
parent
22a15f69d5
commit
c6fae38083
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
<head>
|
||||
<title>{{ .Site.Title }}</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
{{ $style := resources.Get "css/site.css" }}
|
||||
<link href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}" rel="stylesheet" >
|
||||
</head>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Reference in a new issue