From 4002ac9a9f8ef4135f4dcb7256f6eb2d017dcce6 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Tue, 18 Aug 2026 21:48:51 -0700 Subject: Improve directory layout a little more --- templates/mart/girl.html.template | 4 ++-- templates/mart/index.html.template | 2 +- templates/mart/set.html.template | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) (limited to 'templates') 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}}
- - + +
{{.Name}}
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}}
- +
{{.Name}}
diff --git a/templates/mart/set.html.template b/templates/mart/set.html.template index 77f743e..dbe0f22 100644 --- a/templates/mart/set.html.template +++ b/templates/mart/set.html.template @@ -3,11 +3,10 @@ {{- end}} {{- define "body"}} - {{$setURL := .URL}}
{{- range .Photos}}
- +
{{- end}}
-- cgit v1.3.1