From e9fd0b3a06f0a42b8ac7f97ebd318775d52833e9 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Tue, 18 Aug 2026 18:56:33 -0700 Subject: Improve URL structure --- templates/mart/girl.html.template | 5 +++-- templates/mart/index.html.template | 4 ++-- templates/mart/set.html.template | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) (limited to 'templates/mart') diff --git a/templates/mart/girl.html.template b/templates/mart/girl.html.template index a4ffce3..de249c5 100644 --- a/templates/mart/girl.html.template +++ b/templates/mart/girl.html.template @@ -3,10 +3,11 @@ {{- end}} {{- define "body"}} + {{$girlURL := .URL}} {{- range .Sets}}
- - + +
{{.Name}}
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}}
- - + +
{{.Name}}
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}}
{{- range .Photos}}
- +
{{- end}}
-- cgit v1.3.1