Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Commit f3b92c3

Browse files
committed
Change site.url to site.github.url
according to docs
1 parent b031d30 commit f3b92c3

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

_includes/head.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<meta property="og:locale" content="en_US">
1111
<meta property="og:title" content="{% if page.title %}{{ page.title }} &#8211; {% 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">
@@ -24,15 +24,15 @@
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>
@@ -41,7 +41,7 @@
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>
@@ -50,7 +50,7 @@
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

Comments
 (0)