diff options
Diffstat (limited to 'templates/mart/girl.html.template')
| -rw-r--r-- | templates/mart/girl.html.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/mart/girl.html.template b/templates/mart/girl.html.template index de249c5..bc82e4f 100644 --- a/templates/mart/girl.html.template +++ b/templates/mart/girl.html.template @@ -6,8 +6,8 @@ {{$girlURL := .URL}} {{- range .Sets}} <figure> - <a href="/mart/{{$girlURL}}/{{.URL}}/"> - <img width="250" src="/mart/{{$girlURL}}/{{.URL}}/{{.CoverID}}.jpeg"> + <a href="/mart/{{$girlURL}}/{{.URL}}"> + <img src="/mart/photos/preview/{{.CoverID}}.jpeg"> </a> <figcaption>{{.Name}}</figcaption> </figure> |
