From dd0017446dcd605b3670784336d38c1083895abe Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 18 Aug 2025 05:10:14 +0800 Subject: Start doing the group index page... --- forged/templates/_group_view.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'forged/templates/_group_view.tmpl') diff --git a/forged/templates/_group_view.tmpl b/forged/templates/_group_view.tmpl index 92b6639..de5d45d 100644 --- a/forged/templates/_group_view.tmpl +++ b/forged/templates/_group_view.tmpl @@ -3,7 +3,7 @@ SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu */}} {{- define "group_view" -}} -{{- if .subgroups -}} +{{- if .Subgroups -}} @@ -15,7 +15,7 @@ - {{- range .subgroups -}} + {{- range .Subgroups -}}
{{- .Name -}} @@ -28,7 +28,7 @@
{{- end -}} -{{- if .repos -}} +{{- if .Repos -}} @@ -40,7 +40,7 @@ - {{- range .repos -}} + {{- range .Repos -}}
{{- .Name -}} -- cgit v1.2.3