From 82ad3593a4735055d9b362ab94bc4a9e4f20e4a4 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Wed, 4 Feb 2026 17:04:55 +0100 Subject: feat(frontend): smaller list display instead of bigger one --- backend/templates/home_section.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/templates/home_section.html') diff --git a/backend/templates/home_section.html b/backend/templates/home_section.html index 1101843..6f31fc0 100644 --- a/backend/templates/home_section.html +++ b/backend/templates/home_section.html @@ -5,7 +5,7 @@

{{ .Name }}

{{ .Description }}

- {{ template "section_display" . }} + {{ template "section_display--no-first" . }} {{ end }} {{ end }} -- cgit v1.2.3