aboutsummaryrefslogtreecommitdiff
path: root/templates/layout.html
diff options
context:
space:
mode:
authorsudan <sudan@douban.com>2016-01-25 15:44:17 +0800
committersudan <sudan@douban.com>2016-01-25 15:44:17 +0800
commit0d89e0fce14edee3a3fa7571b5e7792e2bdb2197 (patch)
treedabedaed6fb92d67220efd33ad8b3585d72e8c32 /templates/layout.html
parentstyle (diff)
downloadstackbin-0d89e0fce14edee3a3fa7571b5e7792e2bdb2197.tar.gz
stackbin-0d89e0fce14edee3a3fa7571b5e7792e2bdb2197.tar.bz2
stackbin-0d89e0fce14edee3a3fa7571b5e7792e2bdb2197.zip
code highlight
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 106ca8c..348df3e 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -5,10 +5,10 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<link rel=stylesheet type=text/css href="{{ url_for('static', filename='style.css') }}">
-<link rel="stylesheet" media="screen and (max-width: 800px)"
-href="{{ url_for('static', filename='small.css') }}" />
+<link rel="stylesheet" media="screen and (max-width: 800px)" href="{{ url_for('static', filename='small.css') }}" />
+<script type=text/javascript src="{{ url_for('static', filename='jquery.js') }}"></script>
-{#<script type=text/javascript src="{{ url_for('static', filename='jquery.js') }}"></script>
+{#
<script type=text/javascript src="{{ url_for('static', filename='pastebin.js') }}"></script>
<script type=text/javascript>
pastebin.urlRoot = {{ request.url_root|tojson|safe }};
bgstack15