]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - templates/faq_index.html
Merge pull request #101 from freenode/christeld-patch-5
[irc/freenode/web-7.0.git] / templates / faq_index.html
index b2963fb3ddeb9358d4315f8afb7c95fcc49c805e..2c6c979f08712ed095cf56e689db699cf406e36c 100644 (file)
 <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">text text text</span>
+    </a></li>
     {%- endfor %}
 </ul>
 </div>