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/index.html.template | |
| parent | e9fd0b3a06f0a42b8ac7f97ebd318775d52833e9 (diff) | |
| download | roseh.moe-4002ac9a9f8ef4135f4dcb7256f6eb2d017dcce6.tar.zst | |
Improve directory layout a little more
Diffstat (limited to 'templates/mart/index.html.template')
| -rw-r--r-- | templates/mart/index.html.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mart/index.html.template b/templates/mart/index.html.template index 7cca57c..17365c1 100644 --- a/templates/mart/index.html.template +++ b/templates/mart/index.html.template @@ -6,7 +6,7 @@ {{- range .Girls}} <figure> <a href="/mart/{{.URL}}/"> - <img src="/mart/{{.URL}}/preview.jpeg"> + <img src="/mart/photos/preview/{{.CoverID}}.jpeg"> </a> <figcaption>{{.Name}}</figcaption> </figure> |
