aboutsummaryrefslogtreecommitdiff
path: root/backend/templates
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-10-03 21:27:52 +0200
committerWilliam Hergès <william@herges.fr>2025-10-03 21:27:52 +0200
commit5f3172fc89ef4fbba6b0678c6891c626ee5c8483 (patch)
tree3daacab27040eacdc1ab5e0855b8308d09261999 /backend/templates
parent1ac68485cbe91ef9636195bfb287b820600c47fb (diff)
feat(frontend): text more readable
Diffstat (limited to 'backend/templates')
-rw-r--r--backend/templates/components.html2
-rw-r--r--backend/templates/log.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/backend/templates/components.html b/backend/templates/components.html
index ec59158..cb0fb12 100644
--- a/backend/templates/components.html
+++ b/backend/templates/components.html
@@ -4,7 +4,7 @@
<article>
<h2><a href="/log/{{ .Slug }}">{{ .LogTitle }}</a></h2>
<figure>
- <a href="/log/{{ .Slug }}"><img src="{{ .Img.Src }}" alt="{{ .Img.Alt }}"></a>
+ <a href="/log/{{ .Slug }}"><img src="{{ static .Img.Src }}" alt="{{ .Img.Alt }}"></a>
<figcaption>{{ .Img.Legend }}</figcaption>
</figure>
<p>
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 }}