|
14 | 14 | <meta property="og:site_name" content="{{ site.title }}"> |
15 | 15 |
|
16 | 16 |
|
17 | | -<link href="{{ site.github.url }}/feed.xml" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed"> |
| 17 | +<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed"> |
18 | 18 |
|
19 | 19 | <!-- http://t.co/dKP3o1e --> |
20 | 20 | <meta name="HandheldFriendly" content="True"> |
|
24 | 24 | <!-- Type --> |
25 | 25 | <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Crimson+Text:400,400italic,700,700italic" rel='stylesheet' type='text/css' /> |
26 | 26 | <link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel='stylesheet' type='text/css'> |
27 | | -<link rel="stylesheet" href="{{ site.github.url }}/assets/css/entypo.css" media="all"> |
| 27 | +<link rel="stylesheet" href="/assets/css/entypo.css" media="all"> |
28 | 28 |
|
29 | | -<link href="{{ site.github.url }}/assets/css/classic-081711.css" rel="stylesheet" type="text/css"> |
| 29 | +<link href="/assets/css/classic-081711.css" rel="stylesheet" type="text/css"> |
30 | 30 | <style type="text/css"> |
31 | 31 | #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } |
32 | 32 | </style> |
33 | 33 |
|
34 | 34 | <!-- For all browsers --> |
35 | | -<link rel="stylesheet" href="{{ site.github.url }}/assets/css/i.css"> |
| 35 | +<link rel="stylesheet" href="/assets/css/i.css"> |
36 | 36 |
|
37 | 37 | <!-- Fresh Squeezed jQuery --> |
38 | 38 | <script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> |
|
41 | 41 | <meta http-equiv="cleartype" content="on"> |
42 | 42 |
|
43 | 43 | <!-- Load Modernizr --> |
44 | | -<script src="{{ site.github.url }}/assets/js/vendor/modernizr-2.6.2.custom.min.js"></script> |
| 44 | +<script src="/assets/js/vendor/modernizr-2.6.2.custom.min.js"></script> |
45 | 45 |
|
46 | 46 | <!-- Load Google Analytics --> |
47 | 47 | <script src="/assets/js/googleanalytics.js"></script> |
|
50 | 50 |
|
51 | 51 | <!-- Icons --> |
52 | 52 | <!-- 16x16 --> |
53 | | -<link rel="shortcut icon" href="{{ site.github.url }}/favicon.ico"> |
| 53 | +<link rel="shortcut icon" href="/favicon.ico"> |
54 | 54 | </head> |
55 | 55 |
|
56 | 56 | <div id="bump"> |
|
0 commit comments