aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/log.html
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-10-05 22:40:28 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-10-05 22:40:28 +0200
commit33cfc1d4e8f3b5b55202588e5b5148a48b43d427 (patch)
tree8163aebcb5d3844e30b71b84b17934e38f618217 /backend/templates/log.html
parente9713ae0fe2fd5f714fc73a46adfb5810899a05c (diff)
refactor(backend): generalize file parsing
Diffstat (limited to 'backend/templates/log.html')
-rw-r--r--backend/templates/log.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/templates/log.html b/backend/templates/log.html
index f872631..47a5d04 100644
--- a/backend/templates/log.html
+++ b/backend/templates/log.html
@@ -1,6 +1,6 @@
{{define "body"}}
<article id="content">
- <h1>{{ .LogTitle }}</h1>
+ <h1>{{ .Title }}</h1>
<p>
{{ .Description }}
</p>