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