aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-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 }}