diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-09-30 00:05:00 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-09-30 00:05:00 +0000 |
commit | 77b779dfd43386ab9a9f9aa5924df57fd6bcdb62 (patch) | |
tree | 783c326bb7afc9c6177bee7b3d35071a3b576313 /templates/base.html | |
parent | e7657be41ced5ebb77e2f45e921bac129984ada6 (diff) |
added viewport scaling
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 2ad4583..92e4427 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,6 +10,7 @@ <!--[if IE]> <script src="{{MEDIA_URL}}js/html5.js"></script> <![endif]--> + <meta name="viewport" content="initial-scale=1.0"> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" |