diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2026-08-18 21:48:51 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2026-08-18 21:48:51 -0700 |
| commit | 4002ac9a9f8ef4135f4dcb7256f6eb2d017dcce6 (patch) | |
| tree | 984f6b2a7dda232affe0d9e0ed039165554a7987 /templates/mart/girl.html.template | |
| parent | e9fd0b3a06f0a42b8ac7f97ebd318775d52833e9 (diff) | |
| download | roseh.moe-4002ac9a9f8ef4135f4dcb7256f6eb2d017dcce6.tar.zst | |
Improve directory layout a little more
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> |
