summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_layouts/default.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 8fe0c6766e..50ecd124d2 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,10 +1,12 @@
+<!doctype html>
+<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>{{ page.title }}</title>
- <link rel="stylesheet" href="stylesheets/styles.css">
- <link rel="stylesheet" href="stylesheets/pygment_trac.css">
+ <link rel="stylesheet" href="{{site.baseurl}}/stylesheets/styles.css">
+ <link rel="stylesheet" href="{{site.baseurl}}/stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
@@ -33,4 +35,6 @@
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
-<script src="javascripts/scale.fix.js"></script>
+<script src="{{site.baseurl}}/javascripts/scale.fix.js"></script>
+</body>
+</html>