diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2026-08-18 18:56:33 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2026-08-18 18:56:33 -0700 |
| commit | e9fd0b3a06f0a42b8ac7f97ebd318775d52833e9 (patch) | |
| tree | ddd62d1e7da6696c7964a50e1f062e59e6ebf8ff /templates/mart/index.html.template | |
| parent | 9076095d7edc56ea44dcc66c1844659a156708e9 (diff) | |
| download | roseh.moe-e9fd0b3a06f0a42b8ac7f97ebd318775d52833e9.tar.zst | |
Improve URL structure
Diffstat (limited to 'templates/mart/index.html.template')
| -rw-r--r-- | templates/mart/index.html.template | 4 |
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> |
