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

Commit df819fd

Browse files
Merge pull request #46 from paulodiovani/bug/fix-headers
Remove site url from assets
2 parents 8bd4871 + e8e7783 commit df819fd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

_includes/head.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<meta property="og:site_name" content="{{ site.title }}">
1515

1616

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">
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.github.url }}/assets/css/entypo.css" media="all">
27+
<link rel="stylesheet" href="/assets/css/entypo.css" media="all">
2828

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">
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.github.url }}/assets/css/i.css">
35+
<link rel="stylesheet" href="/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.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>
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.github.url }}/favicon.ico">
53+
<link rel="shortcut icon" href="/favicon.ico">
5454
</head>
5555

5656
<div id="bump">

0 commit comments

Comments
 (0)