diff options
author | luxagraf <sng@luxagraf.net> | 2016-06-16 09:59:28 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-06-16 09:59:28 -0400 |
commit | 9a8621da36350eb1f5461fcd09946a5ee94905a1 (patch) | |
tree | 63409bfc2987318d941bf6b0c711358923eb2824 /design/templates/base.html | |
parent | 71e9e350177204a2d9872c916cec9ece41f8e6a2 (diff) |
added most frequently used admin sections to top of homepage and tweaked
the base template to use better head tags
Diffstat (limited to 'design/templates/base.html')
-rw-r--r-- | design/templates/base.html | 3 |
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]--> |