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:
@@ -10,7 +10,7 @@ menu: extra.faq
|
|||||||
{% for category in site.data.faq %}
|
{% for category in site.data.faq %}
|
||||||
{% assign categories-loop = forloop %}
|
{% assign categories-loop = forloop %}
|
||||||
<div>
|
<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">
|
<div id="faq-{{ categories-loop.index }}" class="accordion" role="tablist" aria-multiselectable="true">
|
||||||
{% for question in category.questions %}
|
{% for question in category.questions %}
|
||||||
{% assign questions-loop = forloop %}
|
{% assign questions-loop = forloop %}
|
||||||
|
|||||||
Reference in New Issue
Block a user