Skip to content

Commit

Permalink
Merge pull request #13 from not-unpleased/patch-1
Browse files Browse the repository at this point in the history
Add viewport
  • Loading branch information
Ben Balter authored and GitHub committed May 8, 2017
2 parents 0a50081 + e593f11 commit 7b74744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7b74744

Please sign in to comment.