diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-06 19:15:43 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-06 19:15:43 +0200 |
| commit | 412a77b7c1ba1819f4bf1c0697ddd19d7af21e19 (patch) | |
| tree | 911f3b54bc4bf05f7cfb819c31a08219e7b5ac59 /backend/templates/log.html | |
| parent | 2aedff3d2bbdcad93d6ca0ec883c446c703cafaa (diff) | |
fix(frontend): malformed title and quote after hot update
Diffstat (limited to 'backend/templates/log.html')
| -rw-r--r-- | backend/templates/log.html | 4 |
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}} |
