Refactor things so that the 'viewport' meta tag properly gets set in the app.

(imported from commit f41cc0bfc586126e73d7c9f9817bee9723e3cc94)
This commit is contained in:
Waseem Daher 2012-10-17 13:52:57 -04:00
parent 8a7779ad49
commit e6c1b2a4b7
2 changed files with 5 additions and 10 deletions

View File

@ -5,6 +5,10 @@
<head>
<title>Humbug, from Humbug Inc.</title>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="/static/third/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/third/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>

View File

@ -3,19 +3,10 @@
{# The app itself. #}
{# Includes some other templates as tabs. #}
<title>Humbug, from Humbug Inc.</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
{% load jstemplate %}
{% block customhead %}
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script id="template_message" type="text/x-handlebars-template">
{% rawjstemplate "message" %}
</script>