diff options
Diffstat (limited to 'backend/templates/components.html')
| -rw-r--r-- | backend/templates/components.html | 2 |
1 files changed, 1 insertions, 1 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> |
