Skip to content

Commit

Permalink
Fixed baseurl issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael committed Jun 15, 2012
1 parent baaf79c commit 731de6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ auto: true
server: true
pygments: true
permalink: none
baseurl: /bootstrap/
baseurl: /bootstrap
exclude:
- .gitignore
- README.md
6 changes: 3 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<head>
<meta charset='UTF-8'/>
<title>Poole &middot; Serving Jekyll faithfully</title>
<link rel='shortcut icon' href='{{site.baseurl}}images/favicon.ico' type='image/x-icon' />
<link rel='stylesheet' href='{{site.baseurl}}fonts/open-sans.css'>
<link rel='stylesheet' href='{{site.baseurl}}app.css'>
<link rel='shortcut icon' href='{{site.baseurl}}/images/favicon.ico' type='image/x-icon' />
<link rel='stylesheet' href='{{site.baseurl}}/fonts/open-sans.css'>
<link rel='stylesheet' href='{{site.baseurl}}/app.css'>
</head>
<body>
<div id='container'>
Expand Down

0 comments on commit 731de6c

Please sign in to comment.