1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

faq header fix

This commit is contained in:
codecalm
2022-02-26 20:05:21 +01:00
parent afe17a1ffa
commit 7454f02b28

View File

@@ -10,7 +10,7 @@ menu: extra.faq
{% for category in site.data.faq %}
{% assign categories-loop = forloop %}
<div>
<h2 class="h3 mb-3">{{ categories-loop.index }}. {{ category.name }}</h2>
<h2 class="mb-3">{{ categories-loop.index }}. {{ category.name }}</h2>
<div id="faq-{{ categories-loop.index }}" class="accordion" role="tablist" aria-multiselectable="true">
{% for question in category.questions %}
{% assign questions-loop = forloop %}