]> git.ipfire.org Git - ipfire.org.git/blobdiff - www/templates/base.html
Make website responsive.
[ipfire.org.git] / www / templates / base.html
index 6f52ca95a336be6e67fdcde0b50a5c8809d381d3..af7aab660f8ec0cab1f855576d99f00a7cae27e8 100644 (file)
@@ -14,7 +14,9 @@
                <!-- styling stuff -->
                <link rel="stylesheet" type="text/css" href="{{ static_url("css/bootstrap.min.css") }}" />
                <link rel="stylesheet" type="text/css" href="{{ static_url("css/style.css") }}" />
+               <link rel="stylesheet" type="text/css" href="{{ static_url("css/bootstrap-responsive.min.css") }}" />
                <link href="http://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet" type="text/css">
+               <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
                {% if rss_url %}
                        <link rel="alternate" type="application/rss+xml" title="RSS" href="{{ rss_url }}" />