diff options
author | ofshellohicy <ofshellohicy@gmail.com> | 2014-07-23 11:35:41 +0800 |
---|---|---|
committer | ofshellohicy <ofshellohicy@gmail.com> | 2014-07-23 11:35:41 +0800 |
commit | a15f0ed6c2904fb7bc0345012301f57682581855 (patch) | |
tree | d43d3d2ff476f6dee2faa6b82c0ba84a688ad101 | |
parent | continue to remove useless feature (diff) | |
download | stackbin-a15f0ed6c2904fb7bc0345012301f57682581855.tar.gz stackbin-a15f0ed6c2904fb7bc0345012301f57682581855.tar.bz2 stackbin-a15f0ed6c2904fb7bc0345012301f57682581855.zip |
update layout tmpl
-rw-r--r-- | templates/layout.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/layout.html b/templates/layout.html index 229644d..64298f2 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -1,12 +1,12 @@ <!doctype html> <title>{% block title %}{% endblock %} | Flask Pastebin</title> -<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') }}" /> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" /> <meta name="apple-mobile-web-app-capable" content="yes"> <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') }}" /> {#<script type=text/javascript src="{{ url_for('static', filename='jquery.js') }}"></script> <script type=text/javascript src="{{ url_for('static', filename='pastebin.js') }}"></script> |