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.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/design/templates/base.html b/design/templates/base.html
index 65280e2..8c4cd8d 100644
--- a/design/templates/base.html
+++ b/design/templates/base.html
@@ -4,10 +4,11 @@
<head>
<title>{% block pagetitle %}Luxagraf - Topografical Writings{% endblock %}</title>{%endblock%}
<meta charset="utf-8">
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="{% block metadescription %}Luxagraf: recording journeys around the world and just next door.{% endblock %}">
<meta name="author" content="Scott Gilbertson">
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--[if IE]>
<script src="/js/html5css3ie.min.js"></script>
<![endif]-->