aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/home_section.html
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-02-04 17:04:55 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-02-04 17:07:39 +0100
commit82ad3593a4735055d9b362ab94bc4a9e4f20e4a4 (patch)
tree89c1dd77aaa863c7369d762ab8e9f7aba63272b9 /backend/templates/home_section.html
parent2cab73140e45e1788af7810ddecbb251548d3fe6 (diff)
feat(frontend): smaller list display instead of bigger one
Diffstat (limited to 'backend/templates/home_section.html')
-rw-r--r--backend/templates/home_section.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<h1>{{ .Name }}</h1>
<p>{{ .Description }}</p>
</div>
- {{ template "section_display" . }}
+ {{ template "section_display--no-first" . }}
{{ end }}
</main>
{{ end }}