diff options
Diffstat (limited to 'templates/mart/set.html.template')
| -rw-r--r-- | templates/mart/set.html.template | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/mart/set.html.template b/templates/mart/set.html.template index 9af31d1..77f743e 100644 --- a/templates/mart/set.html.template +++ b/templates/mart/set.html.template @@ -3,10 +3,11 @@ {{- end}} {{- define "body"}} + {{$setURL := .URL}} <div class="fullwidth"> {{- range .Photos}} <figure> - <img src="/mart/photos/{{.}}"> + <img src="/mart/{{$setURL}}/{{.}}.jpeg"> </figure> {{- end}} </div> |
