aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'backend/templates/home.html')
-rw-r--r--backend/templates/home.html2
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>