|
|
|
@ -4,28 +4,28 @@
|
|
|
|
|
<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="../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"> |
|
|
|
|
|
|
|
|
|
<!-- Roboto --> |
|
|
|
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:400,700,500"> |
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="../dist/ratchet.css"> |
|
|
|
|
<link rel="stylesheet" href="../assets/css/docs.css"> |
|
|
|
|
<link rel="stylesheet" href="../assets/css/pygments.css"> |
|
|
|
|
<link rel="stylesheet" href="/dist/ratchet.css"> |
|
|
|
|
<link rel="stylesheet" href="/assets/css/docs.css"> |
|
|
|
|
<link rel="stylesheet" href="/assets/css/pygments.css"> |
|
|
|
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> |
|
|
|
|
<!--[if lt IE 9]> |
|
|
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> |
|
|
|
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> |
|
|
|
|
<![endif]--> |
|
|
|
|
|
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../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://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> |
|
|
|
|
<script src="../dist/ratchet.js"></script> |
|
|
|
|
<script src="../assets/js/docs.js"></script> |
|
|
|
|
<script src="../assets/js/fingerblast.js"></script> |
|
|
|
|
<script src="/dist/ratchet.js"></script> |
|
|
|
|
<script src="/assets/js/docs.js"></script> |
|
|
|
|
<script src="/assets/js/fingerblast.js"></script> |
|
|
|
|
|
|
|
|
|
<!-- Typekit --> |
|
|
|
|
<script src="//use.typekit.net/asj6ttm.js"></script> |
|
|
|
|