Responsive homepage.

master
Nick Sergeant 2013-02-23 20:11:15 -05:00
parent 37b6fa9061
commit 717ed86a08
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
{% block body-class %}homepage{% endblock %}
{% block html-class %}homepage{% endblock %}
{% block css %}
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/bootstrap-responsive.min.css" />
{% endblock %}