|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
<meta name="description" content="{{ site.name }}: {{ site.description }}"> |
|
|
|
|
<meta name="author" content="{{ site.authors }}"> |
|
|
|
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui"> |
|
|
|
|
<link rel="shortcut icon" href="{{ page.base_url }}favicon.ico"> |
|
|
|
|
<link rel="shortcut icon" href="../favicon.ico"> |
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black"> |
|
|
|
|
|
|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
<link rel="stylesheet" href="../assets/css/pygments.css"> |
|
|
|
|
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> |
|
|
|
|
|
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ page.base_url }}docs-assets/img/apple-touch-icon-114x114.png"> |
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/img/apple-touch-icon-114x114.png"> |
|
|
|
|
|
|
|
|
|
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script> |
|
|
|
|
<script src="../dist/ratchet.js"></script> |
|
|
|
|