]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - templates/faq_index.html
fix chat faq
[irc/freenode/web-7.0.git] / templates / faq_index.html
index b2963fb3ddeb9358d4315f8afb7c95fcc49c805e..ec81cfb60b0d70dabb27c7dde30ca35673f45ac9 100644 (file)
 {% endif %}
 <ul class="faq-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="faq-description">text text text</span>
+    </a></li>
     {%- endfor %}
 </ul>
 </div>