diff options
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/layout.html b/templates/layout.html index 6b53bb3..bfe8b05 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -6,11 +6,6 @@ <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') }}" /> -{# -<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 }};</script> -#} <div class=page> <ul class=nav> <li><a href="{{ url_for('new_paste') }}">New Paste</a> |