summaryrefslogtreecommitdiff
path: root/design/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/base.html')
-rw-r--r--design/templates/base.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/design/templates/base.html b/design/templates/base.html
index 9c665ae..4c7ddac 100644
--- a/design/templates/base.html
+++ b/design/templates/base.html
@@ -9,9 +9,6 @@
<meta name="description"
content="{% block metadescription %}Luxagraf: recording journeys around the world and just next door.{% endblock %}">
<meta name="author" content="Scott Gilbertson">
- <!--[if IE]>
- <script src="/js/html5css3ie.min.js"></script>
- <![endif]-->
<link rel="alternate"
type="application/rss+xml"
title="Luxagraf RSS feed"
@@ -19,11 +16,6 @@
{%block stylesheet%}<link rel="stylesheet"
href="/media/screenv9.css"
media="screen">{%endblock%}
- <!--[if IE]>
- <link rel="stylesheet"
- href="/media/css/ie.css"
- media="screen">
- <![endif]-->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="manifest" href="/manifest.webmanifest" />
{%block extrahead%}{%endblock%}