Skip to content

Commit

Permalink
Merge pull request pages-themes#2 from BalusC/patch-1
Browse files Browse the repository at this point in the history
Make mobile friendly.
  • Loading branch information
benbalter authored Jan 3, 2017
2 parents 2796c97 + a9ec289 commit 73fab0b
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 @@ -4,6 +4,7 @@
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width,maximum-scale=2">
<meta name="description" content="{{ site.title | default: site.github.repository_name }} : {{ site.description | default: site.github.project_tagline }}">

<link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
Expand Down

0 comments on commit 73fab0b

Please sign in to comment.