changed wrong loop variable (#3342)

This commit is contained in:
Sayyed Mehwish 2025-11-08 02:24:01 +05:30 committed by GitHub
parent d7e1feb46b
commit b72ceeedc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,14 @@
{% else %}
<td class="list-group-category-icon"></td>
{% endif %}
<!-- Calculate colspan number for category title -->
{% assign i = 1 %}
{% for item in content.items %}
{% for item in content.keywords %}
{% assign i = i | plus: 1 %}
{% endfor %}
<td colspan="{{ i }}" class="list-group-category">{{ content.name }}</td>
</tr>
{% for item in content.keywords %}
<tr>
<td></td>