summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtheme/templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/layout.html b/theme/templates/layout.html
index a231a8c..ae6f1b2 100755
--- a/theme/templates/layout.html
+++ b/theme/templates/layout.html
@@ -35,10 +35,10 @@
{% endblock %}
</head>
<body>
- {% block content %}{% endblock %}
{% block style %}
<link rel="stylesheet" href="{{ staticBase }}/style.css">
{% endblock %}
+ {% block content %}{% 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>