File tree Expand file tree Collapse file tree 2 files changed +232
-220
lines changed
Expand file tree Collapse file tree 2 files changed +232
-220
lines changed Original file line number Diff line number Diff line change 11< div class ="tabs ">
2- < ul class ="nav nav-underline " role ="tablist ">
2+ < div class ="nav nav-underline " role ="tablist ">
33 {% for tab in include.tabs %}
4- < li class ="nav-item " role =" presentation ">
4+ < div class ="nav-item ">
55 < button
66 class ="nav-link {% if forloop.first %}active{% endif %} "
77 id ="{{ tab.name | slugify }}{% if include.index and include.index >= 0 %}-{{ include.index }}{% endif %}-tab "
1212 aria-controls ="{{ tab.name | slugify }}{% if include.index and include.index >= 0 %}-{{ include.index }}{% endif %}-pane "
1313 aria-selected ="{% if forloop.first %}true{% else %}false{% endif %} "
1414 > {{ tab.name }}</ button >
15- </ li >
15+ </ div >
1616 {% endfor %}
17- </ ul >
17+ </ div >
1818 < div class ="tab-content ">
1919 {% for tab in include.tabs %}
2020 < div
2121 class ="tab-pane fade {% if forloop.first %}show active{% endif %} "
2222 id ="{{ tab.name | slugify }}{% if include.index and include.index >= 0 %}-{{ include.index }}{% endif %}-pane "
2323 role ="tabpanel "
2424 aria-labelledby ="{{ tab.name | slugify }}{% if include.index and include.index >= 0 %}-{{ include.index }}{% endif %}-tab "
25- tabindex ="0 "
2625 >
2726 {% if include.index and include.index > = 0 %}
2827 {{ tab.content[include.index] | markdownify }}
You can’t perform that action at this time.
0 commit comments