diff options
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> |