We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4522a5f commit 66241d5Copy full SHA for 66241d5
_layouts/layout.html
@@ -6,10 +6,10 @@
6
<meta name="author" content="Daniel Cazzulino" />
7
<link href="https://plus.google.com/107025230922175301277" rel="publisher" />
8
<title>{{ page.title }}</title>
9
- <link rel="stylesheet" href="stylesheets/styles.css">
10
- <link rel="stylesheet" href="stylesheets/pygment_trac.css">
+ <link rel="stylesheet" href="/stylesheets/styles.css">
+ <link rel="stylesheet" href="/stylesheets/pygment_trac.css">
11
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
12
- <script src="javascripts/respond.js"></script>
+ <script src="/javascripts/respond.js"></script>
13
<!--[if lt IE 9]>
14
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
15
<![endif]-->
0 commit comments