From aa85f9f1fe29223135fef6fba43a6d2e507acf07 Mon Sep 17 00:00:00 2001 From: Victor Date: Sun, 8 Dec 2024 12:49:57 -0700 Subject: [PATCH] section_listing: support multiple badges --- docs/_layouts/section_listing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_layouts/section_listing.html b/docs/_layouts/section_listing.html index b7a107f8..fa1fe454 100644 --- a/docs/_layouts/section_listing.html +++ b/docs/_layouts/section_listing.html @@ -20,7 +20,7 @@

{{ section.name }}

{%- for item in section.items %}
-
{{ item.name }}{% if item.badges %} {{ item.badges[0][1] }}{% endif %}
+
{{ item.name }}{% for badge in item.badges %} {{ badge[1] }}{% endfor %}
{%- if item.desc %}

{{ item.desc }}