Fix the width for mobile

This commit is contained in:
Gregory Trolliet 2020-04-27 23:29:35 +02:00
parent 9ac32636c5
commit 420b8cff26
1 changed files with 2 additions and 1 deletions

View File

@ -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 }}" />