aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/log.html
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-10-06 19:22:14 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-10-06 19:22:14 +0200
commit9cfcbabb032c729b06d581412a64a9e7cefed6b1 (patch)
treee5ff64ed658ef1af98d53191a252c0d0c7e1c7f5 /backend/templates/log.html
parent412a77b7c1ba1819f4bf1c0697ddd19d7af21e19 (diff)
style(format): install prettier and run
Diffstat (limited to 'backend/templates/log.html')
-rw-r--r--backend/templates/log.html16
1 files changed, 7 insertions, 9 deletions
diff --git a/backend/templates/log.html b/backend/templates/log.html
index 1dcf1bc..75e0a42 100644
--- a/backend/templates/log.html
+++ b/backend/templates/log.html
@@ -1,13 +1,11 @@
{{define "body"}}
<article id="content">
- <h1>{{ .LogTitle }}</h1>
- <p>
- {{ .Description }}
- </p>
- <figure>
- <img src="{{ static .Img.Src }}" alt="{{ .Img.Alt }}" class="large">
- <figcaption>{{ .Img.Legend }}</figcaption>
- </figure>
- {{ .Content }}
+ <h1>{{ .LogTitle }}</h1>
+ <p>{{ .Description }}</p>
+ <figure>
+ <img src="{{ static .Img.Src }}" alt="{{ .Img.Alt }}" class="large" />
+ <figcaption>{{ .Img.Legend }}</figcaption>
+ </figure>
+ {{ .Content }}
</article>
{{end}}