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 988e783..3857630 100644 (file)
@@ -58,7 +58,7 @@
 
     <div class="container">
       <footer>
 
     <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> -->
       </footer>
     </div> <!-- /container -->
     <!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> -->
index af2c720..b867d34 100644 (file)
@@ -78,6 +78,7 @@
 {% endblock %}
 
 {% block jumbotron_end %}
 {% endblock %}
 
 {% block jumbotron_end %}
+<!--
 <div class="jumbotron">
   <div class="container">
     <h1>Not on the list?</h1>
 <div class="jumbotron">
   <div class="container">
     <h1>Not on the list?</h1>
@@ -96,4 +97,5 @@
     </p>
   </div>
 </div>
     </p>
   </div>
 </div>
+-->
 {% endblock %}
 {% endblock %}