Skip to content

Commit 66241d5

Browse files
committed
Fixed path to styles and js
1 parent 4522a5f commit 66241d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_layouts/layout.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<meta name="author" content="Daniel Cazzulino" />
77
<link href="https://plus.google.com/107025230922175301277" rel="publisher" />
88
<title>{{ page.title }}</title>
9-
<link rel="stylesheet" href="stylesheets/styles.css">
10-
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
9+
<link rel="stylesheet" href="/stylesheets/styles.css">
10+
<link rel="stylesheet" href="/stylesheets/pygment_trac.css">
1111
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
12-
<script src="javascripts/respond.js"></script>
12+
<script src="/javascripts/respond.js"></script>
1313
<!--[if lt IE 9]>
1414
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1515
<![endif]-->

0 commit comments

Comments
 (0)