summaryrefslogtreecommitdiffstats
path: root/templates/mart/index.html.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mart/index.html.template')
-rw-r--r--templates/mart/index.html.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/mart/index.html.template b/templates/mart/index.html.template
index db52057..7cca57c 100644
--- a/templates/mart/index.html.template
+++ b/templates/mart/index.html.template
@@ -5,8 +5,8 @@
{{- define "body"}}
{{- range .Girls}}
<figure>
- <a href="/mart/girls/{{.ID}}">
- <img src="/mart/girls/{{.ID}}/preview.jpeg">
+ <a href="/mart/{{.URL}}/">
+ <img src="/mart/{{.URL}}/preview.jpeg">
</a>
<figcaption>{{.Name}}</figcaption>
</figure>