remove copyright
authorJess <jessicatz.fairymeadow@gmail.com>
Sun, 21 Sep 2014 11:27:12 +0000 (13:27 +0200)
committerJess <jessicatz.fairymeadow@gmail.com>
Sun, 21 Sep 2014 11:27:12 +0000 (13:27 +0200)
remove bottom jumbotron because it doesn't work yet

meta/templates/base.html
meta/templates/index.html

index 988e78390c0a8b4f2e704d143df7c5f8374f98de..3857630d017c816a5de532d43565af371494f7ac 100644 (file)
@@ -58,7 +58,7 @@
 
     <div class="container">
       <footer>
-        <p>&copy; <a href="http://yukkurigames.com">Yukkuri Games, 2014</a></p>
+        <p><a href="http://yukkurigames.com">Yukkuri Games, 2014</a></p>
       </footer>
     </div> <!-- /container -->
     <!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> -->
index af2c7202351a4d6c2efe5e3efbe3bb6026f9bcff..b867d347b51eefc5f5861ede26494ea1030348fa 100644 (file)
@@ -78,6 +78,7 @@
 {% endblock %}
 
 {% block jumbotron_end %}
+<!--
 <div class="jumbotron">
   <div class="container">
     <h1>Not on the list?</h1>
@@ -96,4 +97,5 @@
     </p>
   </div>
 </div>
+-->
 {% endblock %}