Merge pull request #13 from not-unpleased/patch-1

Add viewport
This commit is contained in:
Ben Balter 2017-05-08 14:56:03 -04:00 committed by GitHub
commit 7b747445bf
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<title>{{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }}</title>
</head>