aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-05-13 08:10:16 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-05-13 08:10:16 -0400
commitf2d11be40ab31322cd55494b57a2045881b3b7f5 (patch)
tree3106d62ccb91f853be2106e23e7a2906c1288978
parent3c8ceb6232378f61c04a650e651cded778a3b351 (diff)
downloadkompetenzbolzen.github.io-f2d11be40ab31322cd55494b57a2045881b3b7f5.tar.gz
Added baseurl
-rw-r--r--_config.yml1
-rw-r--r--_layouts/default.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index c65f365..a0d2ad1 100644
--- a/_config.yml
+++ b/_config.yml
@@ -30,6 +30,7 @@ links:
# You don't need to update the configuration flags below.
#
+baseurl: ""
markdown: kramdown
highlighter: pygments
permalink: /:title
diff --git a/_layouts/default.html b/_layouts/default.html
index 2a46f66..aabef0f 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -16,7 +16,7 @@
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
- <link rel="stylesheet" type="text/css" href="/style.css" />
+ <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
</head>
<body>