_includes/home/distributions.html in jekyll-theme-centos-test-1.1.2 vs _includes/home/distributions.html in jekyll-theme-centos-test-1.1.3
- old
+ new
@@ -17,10 +17,10 @@
<div class="tab-content" id="pills-tabContent">
{% for item in site.data.centos.distributions %}
<div class="tab-pane fade show{% if forloop.first %} active{% endif %}" id="{{ item.page }}" role="tabpanel" aria-labelledby="{{ item.page }}-tab">
<p>{{ item.description }}</p>
- <div id="carouselScreenshots-{{ item.page }}" class="shadow carousel slide" data-bs-ride="true">
+ <div id="carouselScreenshots-{{ item.page }}" class="shadow carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
{% for screenshot in item.screenshots %}
<button type="button" data-bs-target="#carouselScreenshots-{{ item.page }}" data-bs-slide-to="{{ forloop.index0 }}" class="{% if forloop.first %}active" aria-current="true{% endif %}" aria-label="Screenshot {{ forloop.index }}"></button>
{% endfor %}
</div>