From 8ee6fd8602387adbd6254e0b5add1aecfdf45174 Mon Sep 17 00:00:00 2001 From: Hazel Noack Date: Thu, 10 Jul 2025 13:09:56 +0200 Subject: [PATCH] added proper dynamic store cards --- frontend/index.html | 3 +-- internal/rendering/config.go | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index ca0558b..3a945e1 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -20,7 +20,6 @@ {{range $Store := .Stores }}

{{ $Store.Name }}

-

{{ $Store.Description }}

{{- end }} @@ -65,4 +64,4 @@ }); - \ No newline at end of file + diff --git a/internal/rendering/config.go b/internal/rendering/config.go index 16c3a29..44469a7 100644 --- a/internal/rendering/config.go +++ b/internal/rendering/config.go @@ -38,7 +38,7 @@ func DefaultRenderingConfig() RenderingConfig { SearchInputName: "q", StoreFilter: diyhrt.StoreFilter{ - Limit: 5, + Limit: 4, }, } }