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/set.html.template | |
| parent | 9076095d7edc56ea44dcc66c1844659a156708e9 (diff) | |
| download | roseh.moe-e9fd0b3a06f0a42b8ac7f97ebd318775d52833e9.tar.zst | |
Improve URL structure
Diffstat (limited to 'templates/mart/set.html.template')
| -rw-r--r-- | templates/mart/set.html.template | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/mart/set.html.template b/templates/mart/set.html.template index 9af31d1..77f743e 100644 --- a/templates/mart/set.html.template +++ b/templates/mart/set.html.template @@ -3,10 +3,11 @@ {{- end}} {{- define "body"}} + {{$setURL := .URL}} <div class="fullwidth"> {{- range .Photos}} <figure> - <img src="/mart/photos/{{.}}"> + <img src="/mart/{{$setURL}}/{{.}}.jpeg"> </figure> {{- end}} </div> |
