]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - templates/faq_index.html
Update policies.md
[irc/freenode/web-7.0.git] / templates / faq_index.html
index b2963fb3ddeb9358d4315f8afb7c95fcc49c805e..c763971c099fde94edd2662b6a2e61eebcbbb760 100644 (file)
@@ -8,7 +8,7 @@
     {% for button in index.promote %}
         <a class="box" href="{{ button.entry.url }}">
             <i class="fa fa-{{ button.icon }} fa-4x"></i>
-            <div>{{ button.caption }}</div>
+            <span>{{ button.caption }}</span>
         </a>
     {% endfor %}
     </div>
 <div class="main">
 <h1>{{ index.title }}</h1>
 {% endif %}
-<ul class="faq-index">
+<ul class="kb-index">
     {%- for entry in index.entries -%}
-    <li><a href="{{ entry.url }}">{{ entry.title }}</a></li>
+    <li><a href="{{ entry.url }}">
+        <h2>{{ entry.title }}</h2>
+        <span class="kb-description">{# XXX text text text #}</span>
+    </a></li>
     {%- endfor %}
 </ul>
 </div>