diff options
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 }} |
