diff options
| author | William Hergès <william@herges.fr> | 2025-10-03 21:27:52 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-10-03 21:27:52 +0200 |
| commit | 5f3172fc89ef4fbba6b0678c6891c626ee5c8483 (patch) | |
| tree | 3daacab27040eacdc1ab5e0855b8308d09261999 /backend/templates/log.html | |
| parent | 1ac68485cbe91ef9636195bfb287b820600c47fb (diff) | |
feat(frontend): text more readable
Diffstat (limited to 'backend/templates/log.html')
| -rw-r--r-- | backend/templates/log.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/templates/log.html b/backend/templates/log.html index 789bdae..f872631 100644 --- a/backend/templates/log.html +++ b/backend/templates/log.html @@ -5,7 +5,7 @@ {{ .Description }} </p> <figure> - <img src="{{ .Img.Src }}" alt="{{ .Img.Alt }}" class="large"> + <img src="{{ static .Img.Src }}" alt="{{ .Img.Alt }}" class="large"> <figcaption>{{ .Img.Legend }}</figcaption> </figure> {{ .Content }} |
