]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - www/templates/base.html
Huge website update.
[people/shoehn/ipfire.org.git] / www / templates / base.html
index 6f52ca95a336be6e67fdcde0b50a5c8809d381d3..7ace976c0b0031dce6b59c2499f6ca86ed843aa0 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 }}" />
@@ -44,9 +46,9 @@
                        <div class="container container-body">
                                {% block body %}EMPTY BODY{% end block %}
 
-                               <hr />
+                               <footer class="footer hidden-phone">
+                                       <hr>
 
-                               <footer class="footer">
                                        {% if not hostname == "planet.ipfire.org" %}
                                                <div class="pull-right">
                                                        <p>
                                                        <a href="/press">{{ _("Press") }}</a> -
                                                {% end %}
                                                <a href="http://www.ipfire.org/imprint">{{ _("imprint") }}</a>
+
+                                               {% if hostname == "wishlist.ipfire.org" %}
+                                                       - <a href="/terms">{{ _("Terms & Conditions") }}</a>
+                                               {% end %}
                                        </p>
                                </footer>
                        </div>