aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/components.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/components.html
parent2aedff3d2bbdcad93d6ca0ec883c446c703cafaa (diff)
fix(frontend): malformed title and quote after hot update
Diffstat (limited to 'backend/templates/components.html')
-rw-r--r--backend/templates/components.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<article>
{{ range .Logs }}
<article>
- <h2><a href="/logs/{{ .Slug }}">{{ .Title }}</a></h2>
+ <h2><a href="/logs/{{ .Slug }}">{{ .LogTitle }}</a></h2>
<figure>
<a href="/logs/{{ .Slug }}"><img src="{{ static .Img.Src }}" alt="{{ .Img.Alt }}"></a>
<figcaption>{{ .Img.Legend }}</figcaption>