From e405d3f244d074f00658e020795a90ec3f69add7 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 28 Jun 2022 12:17:25 +0900 Subject: Escape question marks in path Fixes: https://todo.sr.ht/~cnx/phylactery/1 --- templates/archive.html | 4 ++-- templates/directory.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/archive.html b/templates/archive.html index fbd2f7a..ee5d2b3 100644 --- a/templates/archive.html +++ b/templates/archive.html @@ -3,10 +3,10 @@ {{.Title}}
{{range .Entries}} diff --git a/templates/directory.html b/templates/directory.html index 6fc35fa..a04637e 100644 --- a/templates/directory.html +++ b/templates/directory.html @@ -4,7 +4,7 @@

../

{{range .Entries}} -

{{.}}

{{end}} +

{{.}}

{{end}}
-- cgit 1.4.1