From 873e51f67bd48925c2ec5f726cda2940a48e69c4 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Wed, 14 May 2025 15:46:33 +1000 Subject: [PATCH] Fix spacing on index page when multiple repos --- themed/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themed/index.html b/themed/index.html index 03c0169..6933898 100644 --- a/themed/index.html +++ b/themed/index.html @@ -34,11 +34,11 @@ {! for (int i = 0; i < cgit_repolist.count; i++) { !} {! ctx.repo = &cgit_repolist.repos[i]; !} {! if (!cgit_repolist_is_visible(ctx.repo)) { continue; } !} -
+ 0 %} class="border-t border-gray-300 pt-4 mt-4"{% endif %}> {# Heroicons outline cube #}
-
+
{! char *repourl = cgit_repourl(ctx.repo->url); !}
{{ ctx.repo->name }}
{! free(repourl); !}