From 412a77b7c1ba1819f4bf1c0697ddd19d7af21e19 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 6 Oct 2025 19:15:43 +0200 Subject: fix(frontend): malformed title and quote after hot update --- backend/templates/components.html | 2 +- backend/templates/log.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'backend/templates') diff --git a/backend/templates/components.html b/backend/templates/components.html index 2758a8b..2b43579 100644 --- a/backend/templates/components.html +++ b/backend/templates/components.html @@ -2,7 +2,7 @@
{{ range .Logs }}
-

{{ .Title }}

+

{{ .LogTitle }}

{{ .Img.Alt }}
{{ .Img.Legend }}
diff --git a/backend/templates/log.html b/backend/templates/log.html index 47a5d04..1dcf1bc 100644 --- a/backend/templates/log.html +++ b/backend/templates/log.html @@ -1,6 +1,6 @@ {{define "body"}}
-

{{ .Title }}

+

{{ .LogTitle }}

{{ .Description }}

@@ -10,4 +10,4 @@
{{ .Content }}
-{{end}} \ No newline at end of file +{{end}} -- cgit v1.2.3