Skip to content

Commit 5f130b2

Browse files
committed
Make <link>s relative
Fixes #9
1 parent d3b7e2d commit 5f130b2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

_layouts/simple.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
<meta property="fb:admins" content="825782113" />
2222

2323

24-
<link rel="icon" href="/favicon.ico" type="image/png">
24+
<link rel="icon" href="favicon.ico" type="image/png">
2525
<meta name="viewport" content="width=device-width,initial-scale=1">
2626

2727
<!-- CSS concatenated and minified via ant build script-->
2828
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie.css" type="text/css" media="screen" /><![endif]-->
2929

3030

3131
<link rel="stylesheet" href="stylesheets/style.css?v=2">
32-
<link rel="stylesheet" href="/stylesheets/grid.css" media="screen"/>
33-
<link rel="stylesheet" href="/stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)"/>
34-
<link rel="stylesheet" href="/stylesheets/calendar.css" media="screen"/>
32+
<link rel="stylesheet" href="stylesheets/grid.css" media="screen"/>
33+
<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)"/>
34+
<link rel="stylesheet" href="stylesheets/calendar.css" media="screen"/>
3535

3636
<!-- end CSS-->
3737
</head>
@@ -116,4 +116,3 @@ <h1 class="workshop_title">
116116
</script>
117117
</body>
118118
</html>
119-

0 commit comments

Comments
 (0)