]> 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 ec81cfb60b0d70dabb27c7dde30ca35673f45ac9..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 }}">
         <h2>{{ entry.title }}</h2>
-        <span class="faq-description">text text text</span>
+        <span class="kb-description">text text text</span>
     </a></li>
     {%- endfor %}
 </ul>