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
2929
3030<!-- For all browsers -->
31- < link rel ="stylesheet " href ="{{ site.url }}/assets/css/i.css ">
31+ < link rel ="stylesheet " href ="{{ site.github. url }}/assets/css/i.css ">
3232
3333<!-- Fresh Squeezed jQuery -->
3434
3737< meta http-equiv ="cleartype " content ="on ">
3838
3939<!-- Load Modernizr -->
40- < script src ="{{ site.url }}/assets/js/vendor/modernizr-2.6.2.custom.min.js "> </ script >
40+ < script src ="{{ site.github. url }}/assets/js/vendor/modernizr-2.6.2.custom.min.js "> </ script >
4141
4242<!-- Load Google Analytics -->
4343< script src ="/assets/js/googleanalytics.js "> </ script >
4444
4545<!-- Icons -->
4646<!-- 16x16 -->
47- < link rel ="shortcut icon " href ="{{ site.url }}/favicon.ico ">
47+ < link rel ="shortcut icon " href ="{{ site.github. url }}/favicon.ico ">
4848</ head >
4949
5050< div id ="bump ">
@@ -64,7 +64,7 @@ <h1><a href="/">{{ site.title }}</a></h1>
6464 !-->
6565
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
7070 </ ul >
0 commit comments