summaryrefslogtreecommitdiffstats
path: root/theme/templates/layout.html
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-04-14 16:36:12 +0200
committerSamy Pessé <samypesse@gmail.com>2014-04-14 16:36:12 +0200
commit5848f5db51fb9258ff55dc93010b2c862abeec0a (patch)
treed12c06a056e30bf42e144f5e52643cee86243ece /theme/templates/layout.html
parent1bbef540157b513d3e336325a3d636885e15357e (diff)
parent9f1ba8483b3484391ca1cf5b3ed6005d97e0693b (diff)
downloadgitbook-5848f5db51fb9258ff55dc93010b2c862abeec0a.zip
gitbook-5848f5db51fb9258ff55dc93010b2c862abeec0a.tar.gz
gitbook-5848f5db51fb9258ff55dc93010b2c862abeec0a.tar.bz2
Merge pull request #88 from GitbookIO/feature/clarity
Feature/clarity
Diffstat (limited to 'theme/templates/layout.html')
-rwxr-xr-x[-rw-r--r--]theme/templates/layout.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/theme/templates/layout.html b/theme/templates/layout.html
index 7f564b2..a231a8c 100644..100755
--- a/theme/templates/layout.html
+++ b/theme/templates/layout.html
@@ -32,14 +32,13 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="shortcut icon" href="{{ staticBase }}/images/favicon.ico" type="image/x-icon">
-
- {% block style %}
- <link rel="stylesheet" href="{{ staticBase }}/style.css">
- {% endblock %}
{% endblock %}
</head>
<body>
{% block content %}{% endblock %}
+ {% block style %}
+ <link rel="stylesheet" href="{{ staticBase }}/style.css">
+ {% endblock %}
{% block javascript %}
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.1.3/ace.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.1.3/mode-javascript.js"></script>