diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-14 16:36:12 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-14 16:36:12 +0200 |
commit | 5848f5db51fb9258ff55dc93010b2c862abeec0a (patch) | |
tree | d12c06a056e30bf42e144f5e52643cee86243ece /theme/templates/layout.html | |
parent | 1bbef540157b513d3e336325a3d636885e15357e (diff) | |
parent | 9f1ba8483b3484391ca1cf5b3ed6005d97e0693b (diff) | |
download | gitbook-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.html | 7 |
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> |