summaryrefslogtreecommitdiffstats
path: root/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/layout.html b/templates/layout.html
index ce3c767..8697454 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -10,12 +10,6 @@
<script src="{{ url_for('static', filename='js/jquery-1.10.2.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/bootstrap.min.js') }}"></script>
- <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
- <!--[if lt IE 9]>
- <script src="{{ url_for('static', filename='js/html5shiv.js') }}"></script>
- <script src="{{ url_for('static', filename='js/respond.min.js') }}"></script>
- <![endif]-->
-
<link href="{{ url_for('static', filename='css/custom.css') }}" rel="stylesheet" media="screen">
</head>
<body>