reworking of file structure
[mlpccg-meta.git] / meta / templates / index.html
index b867d34..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>