1010< meta property ="og:locale " content ="en_US ">
1111< meta property ="og:title " content ="{% if page.title %}{{ page.title }} – {% endif %}{{ site.title }} ">
1212< meta property ="og:description " content ="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 120 }}{% else %}{{ page.content | strip_html | strip_newlines | truncate: 120 }}{% endif %} ">
13- < meta property ="og:url " content ="{{ site.url }}{{ page.url }} ">
13+ < meta property ="og:url " content ="{{ site.github. url }}{{ page.url }} ">
1414< meta property ="og:site_name " content ="{{ site.title }} ">
1515
1616
17- < link href ="{{ site.url }}/feed.xml " type ="application/atom+xml " rel ="alternate " title ="{{ site.title }} Feed ">
17+ < link href ="{{ site.github. url }}/feed.xml " type ="application/atom+xml " rel ="alternate " title ="{{ site.title }} Feed ">
1818
1919<!-- http://t.co/dKP3o1e -->
2020< meta name ="HandheldFriendly " content ="True ">
2424<!-- Type -->
2525< link rel ="stylesheet " href ="//fonts.googleapis.com/css?family=Crimson+Text:400,400italic,700,700italic " rel ='stylesheet ' type ='text/css ' />
2626< link href ="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700 " rel ='stylesheet ' type ='text/css '>
27- < link rel ="stylesheet " href ="{{ site.url }}/assets/css/entypo.css " media ="all ">
27+ < link rel ="stylesheet " href ="{{ site.github. url }}/assets/css/entypo.css " media ="all ">
2828
29- < link href ="{{ site.url }}/assets/css/classic-081711.css " rel ="stylesheet " type ="text/css ">
29+ < link href ="{{ site.github. url }}/assets/css/classic-081711.css " rel ="stylesheet " type ="text/css ">
3030< style type ="text/css ">
3131 # mc_embed_signup {background : # fff ; clear : left; font : 14px Helvetica, Arial, sans-serif; }
3232</ style >
3333
3434<!-- For all browsers -->
35- < link rel ="stylesheet " href ="{{ site.url }}/assets/css/i.css ">
35+ < link rel ="stylesheet " href ="{{ site.github. url }}/assets/css/i.css ">
3636
3737<!-- Fresh Squeezed jQuery -->
3838< script src ="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js "> </ script >
4141< meta http-equiv ="cleartype " content ="on ">
4242
4343<!-- Load Modernizr -->
44- < script src ="{{ site.url }}/assets/js/vendor/modernizr-2.6.2.custom.min.js "> </ script >
44+ < script src ="{{ site.github. url }}/assets/js/vendor/modernizr-2.6.2.custom.min.js "> </ script >
4545
4646<!-- Load Google Analytics -->
4747< script src ="/assets/js/googleanalytics.js "> </ script >
5050
5151<!-- Icons -->
5252<!-- 16x16 -->
53- < link rel ="shortcut icon " href ="{{ site.url }}/favicon.ico ">
53+ < link rel ="shortcut icon " href ="{{ site.github. url }}/favicon.ico ">
5454</ head >
5555
5656< div id ="bump ">
@@ -64,7 +64,7 @@ <h1><a href="/">{{ site.title }}</a></h1>
6464 < nav role ="navigation ">
6565 < ul >
6666 {% for link in site.links %}
67- < li > < a href ="{% if link.external %}{{ link.url }}{% else %}{{ site.url }}{{ link.url }}{% endif %} " {% if link.external %}target ="_blank "{% endif %} > {{ link.title }}</ a > </ li >
67+ < li > < a href ="{% if link.external %}{{ link.url }}{% else %}{{ site.github. url }}{{ link.url }}{% endif %} " {% if link.external %}target ="_blank "{% endif %} > {{ link.title }}</ a > </ li >
6868 {% endfor %}
6969 </ ul >
7070 </ nav >
0 commit comments