remove all useless .pyc files
[mlpccg-meta.git] / meta / templates / base.html
index 240be55..0b5a25d 100644 (file)
         <meta name="viewport" content="width=device-width, initial-scale=1">
 
         <link rel="stylesheet" href="{{STATIC_URL}}css/bootstrap.min.css">
+        <link rel="stylesheet" href="{{STATIC_URL}}css/bootstrap-theme.min.css">
+
         <style>
             body {
                 padding-top: 50px;
                 padding-bottom: 20px;
             }
         </style>
-        <link rel="stylesheet" href="{{STATIC_URL}}css/bootstrap-theme.min.css">
-        <link rel="stylesheet" href="{{STATIC_URL}}css/main.css">
 
+        <link rel="stylesheet" href="{{STATIC_URL}}css/main.css">
         <script src="{{STATIC_URL}}js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
     </head>
     <body>
@@ -35,7 +36,7 @@
             <span class="icon-bar"></span>
             <span class="icon-bar"></span>
           </button>
-          <a class="navbar-brand" href="#">meta is magic</a>
+          <a class="navbar-brand" href="/meta">meta is magic</a>
         </div>
         <!-- <div class="navbar-collapse collapse"> -->
         <!--   <form class="navbar-form navbar-right" role="form"> -->
 
     <div class="container">
       {% block content %}{% endblock %}
-      <hr>
+    </div>
 
+    {% block jumbotron_end %}<hr/>{% endblock %}
+
+    <div class="container">
       <footer>
         <p>&copy; Yukkuri Games, 2014</p>
       </footer>