Skip to content

Commit 63d51e5

Browse files
committed
absolute_url the urls
1 parent 6b47de2 commit 63d51e5

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

_includes/head.html

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<head>
22
<link href="http://gmpg.org/xfn/11" rel="profile">
3-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
43
<meta http-equiv="content-type" content="text/html; charset=utf-8">
54

6-
<!-- Enable responsiveness on mobile devices-->
75
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
86

97
<title>
@@ -14,16 +12,13 @@
1412
{% endif %}
1513
</title>
1614

17-
<!-- CSS -->
18-
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/poole.css">
19-
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/syntax.css">
20-
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/lanyon.css">
15+
<link rel="stylesheet" href="{{ '/public/css/poole.css' | absolute_url }}">
16+
<link rel="stylesheet" href="{{ '/public/css/syntax.css' | absolute_url }}">
17+
<link rel="stylesheet" href="{{ '/public/css/lanyon.css' | absolute_url }}">
2118
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
2219

23-
<!-- Icons -->
24-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.baseurl }}/public/apple-touch-icon-precomposed.png">
25-
<link rel="shortcut icon" href="{{ site.baseurl }}/public/favicon.ico">
20+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ '/public/apple-touch-icon-precomposed.png' | absolute_url }}">
21+
<link rel="shortcut icon" href="{{ '/public/favicon.ico' | absolute_url }}">
2622

27-
<!-- RSS -->
28-
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
23+
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ '/atom.xml' | absolute_url }}">
2924
</head>

0 commit comments

Comments
 (0)