summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2011-02-23 12:24:24 -0600
committerluxagraf <sng@luxagraf.net>2011-02-23 12:24:24 -0600
commit35285e9183a67147480bde068918d4875404ec05 (patch)
tree923d20f24360698a363deaf2d0d686dd8de99a99 /templates
parent16a467b29a194f4e094c2f24bdf752683b266afc (diff)
parentcd6c75544a9d4551f2ad8b8ed1b14831ddab6b23 (diff)
fixed bugs
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 75a1f9c..f63f2c0 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -7,10 +7,11 @@
<head>
<title>{% block pagetitle %}Luxagraf - Topografical Writings{% endblock %}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--[if IE]>
<script src="{{MEDIA_URL}}js/html5css3ie.min.js"></script>
+ <script src="{{MEDIA_URL}}js/css3-mediaqueries.js"></script>
<![endif]-->
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="alternate"
type="application/rss+xml"
title="RSS 2.0"
@@ -33,6 +34,7 @@
content="luxagraf writing travel authors philosophy ramblings">
<meta name="copyright"
content="Licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 License">
+
<script>var _gaq=[['_setAccount','UA-1186171-1'],['_trackPageview']];(function(d,t){ var g=d.createElement(t),s=d.getElementsByTagName(t)[0]; g.async=1;g.src='//www.google-analytics.com/ga.js';s.parentNode.insertBefore(g,s)}(document,'script'))</script>
{%block extrahead%}{%endblock%}
</head>