reworking of file structure
[mlpccg-meta.git] / meta / templates / index.html
index af2c720..20e0830 100644 (file)
@@ -41,7 +41,7 @@
         <td>
           <ul class="list-inline">
             {% for d in decks %}
-            <li><a href="{{ d.ponyhead_link }}">{{ d.name }}</a></li>
+            <li><a href="{{ d.ponyhead_link }}">{{ d|deckicon }}</a></li>
             {% endfor %}
           </ul>
         </td>
@@ -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 %}