diff options
| author | William Hergès <william@herges.fr> | 2025-10-27 14:40:26 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-10-27 14:40:26 +0100 |
| commit | 8d000018e132583bf4797ac9cb4ce2c4e96ed8ba (patch) | |
| tree | 1e9838911d78009a3f34f65408003ece00890ed7 /backend/templates/home.html | |
| parent | ef3f8de38795a92dfc5d232a533c37d53794f1c8 (diff) | |
feat(section): display paginate in full list
Diffstat (limited to 'backend/templates/home.html')
| -rw-r--r-- | backend/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/templates/home.html b/backend/templates/home.html index 3ff9ce3..d5dbb28 100644 --- a/backend/templates/home.html +++ b/backend/templates/home.html @@ -8,7 +8,7 @@ <div> <h2>{{ .Name }}</h2> <p>{{ .Description }}</p> - {{ template "logs_display" . }} + {{ template "section_display" . }} </div> {{ end }} </main> |
