diff options
Diffstat (limited to '_includes/common/header.html')
-rw-r--r-- | _includes/common/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/common/header.html b/_includes/common/header.html index 4fc64c7..c21b442 100644 --- a/_includes/common/header.html +++ b/_includes/common/header.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{{ page.title }} - {{ site.project.name }} - {{ site.personal_info.name }}</title> |