Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mobile: set a viewport and async-load javascript
  • Loading branch information
timo committed Feb 23, 2015
1 parent f7606d3 commit b755f22
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions template/head.html
@@ -1,7 +1,8 @@
<meta name=viewport content="width=device-width, initial-scale=1">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" title="default" />
<link type="text/css" href="/css/custom-theme/jquery-ui-1.8.21.custom.css" rel="stylesheet" />
<link type="text/css" href="/css/pygments.css" rel="stylesheet" />
<script type="text/javascript" src="/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="/js/jquery-ui-1.8.21.custom.min.js"></script>
<script type="text/javascript" src="/js/search.js"></script>
<script async type="text/javascript" src="/js/jquery-1.7.2.min.js"></script>
<script async type="text/javascript" src="/js/jquery-ui-1.8.21.custom.min.js"></script>
<script async type="text/javascript" src="/js/search.js"></script>

0 comments on commit b755f22

Please sign in to comment.