relative paths
This commit is contained in:
parent
07b82e1cbc
commit
17aa35c4b1
1 changed files with 4 additions and 4 deletions
|
@ -7,17 +7,17 @@
|
|||
|
||||
<title>A Brand New Nanoc Site - <%= @item[:title] %></title>
|
||||
|
||||
<link rel="stylesheet" href="https://yui.yahooapis.com/pure/0.6.0/pure-min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/pure-min.css">
|
||||
<!--[if lte IE 8]>
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-old-ie-min.css">
|
||||
<![endif]-->
|
||||
<!--[if gt IE 8]><!-->
|
||||
<link rel="stylesheet" href="https://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css">
|
||||
<!--<![endif]-->
|
||||
<link rel="stylesheet" href="/stylesheet.css">
|
||||
<link rel="stylesheet" href="stylesheet.css">
|
||||
|
||||
<script src="https://code.jquery.com/jquery-2.2.4.min.js" charset="utf-8"></script>
|
||||
<script src="/index.js" charset="utf-8"></script>
|
||||
<script src="index.js" charset="utf-8"></script>
|
||||
|
||||
<!-- you don't need to keep this, but it's cool for stats! -->
|
||||
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
|
||||
|
|
Loading…
Reference in a new issue