Skip to content

Commit

Permalink
Merge branch 'master' of github.com:peol/andreehansson.se
Browse files Browse the repository at this point in the history
* 'master' of github.com:peol/andreehansson.se:
  Added html5shiv for IE8 and under
  • Loading branch information
peol committed Mar 15, 2012
2 parents 8f11183 + b68c586 commit 8de9aef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _layouts/default.html
Expand Up @@ -14,6 +14,9 @@
{% endif %}
<meta name="author" content="{{ site.author.name }}">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]-->
<script src="/assets/js/html5shiv.js"></script>
<!--<![endif]-->
{% include_css default %}
</head>

Expand Down Expand Up @@ -65,4 +68,4 @@ <h3 id="about">about me</h3>
{% include googleanalytics.html %}
</body>

</html>
</html>
3 changes: 3 additions & 0 deletions assets/js/html5shiv.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8de9aef

Please sign in to comment.