diff options
| author | Barry Clark <barry@barryclark.co> | 2014-05-13 08:10:16 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-05-13 08:10:16 -0400 |
| commit | f2d11be40ab31322cd55494b57a2045881b3b7f5 (patch) | |
| tree | 3106d62ccb91f853be2106e23e7a2906c1288978 | |
| parent | 3c8ceb6232378f61c04a650e651cded778a3b351 (diff) | |
| download | acn-blog-f2d11be40ab31322cd55494b57a2045881b3b7f5.tar.gz acn-blog-f2d11be40ab31322cd55494b57a2045881b3b7f5.tar.bz2 acn-blog-f2d11be40ab31322cd55494b57a2045881b3b7f5.zip | |
Added baseurl
| -rw-r--r-- | _config.yml | 1 | ||||
| -rw-r--r-- | _layouts/default.html | 2 |
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> |
