aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/log.html
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-10-06 19:15:43 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-10-06 19:15:43 +0200
commit412a77b7c1ba1819f4bf1c0697ddd19d7af21e19 (patch)
tree911f3b54bc4bf05f7cfb819c31a08219e7b5ac59 /backend/templates/log.html
parent2aedff3d2bbdcad93d6ca0ec883c446c703cafaa (diff)
fix(frontend): malformed title and quote after hot update
Diffstat (limited to 'backend/templates/log.html')
-rw-r--r--backend/templates/log.html4
1 files changed, 2 insertions, 2 deletions
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"}}
<article id="content">
- <h1>{{ .Title }}</h1>
+ <h1>{{ .LogTitle }}</h1>
<p>
{{ .Description }}
</p>
@@ -10,4 +10,4 @@
</figure>
{{ .Content }}
</article>
-{{end}} \ No newline at end of file
+{{end}}