]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - templates/faq_index.html
Update groupreg.md
[irc/freenode/web-7.0.git] / templates / faq_index.html
index 2c6c979f08712ed095cf56e689db699cf406e36c..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>
@@ -22,7 +22,7 @@
     {%- for entry in index.entries -%}
     <li><a href="{{ entry.url }}">
         <h2>{{ entry.title }}</h2>
-        <span class="kb-description">text text text</span>
+        <span class="kb-description">{# XXX text text text #}</span>
     </a></li>
     {%- endfor %}
 </ul>