Add meta viewport for mobile version
This commit is contained in:
parent
ae0d2b37e7
commit
1f392b0cee
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
<html lang="fr">
|
||||
<head>
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta charset="utf-8">
|
||||
<title>{{ block "title" . }}
|
||||
{{- .Site.Title -}}
|
||||
|
|
Loading…
Add table
Reference in a new issue