From daf9afc69515802860efe13b8c9020a76930412d Mon Sep 17 00:00:00 2001 From: Joe Politz Date: Tue, 16 May 2023 13:59:03 -0700 Subject: [PATCH] back to absolute again --- src/page-template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page-template.html b/src/page-template.html index 23a53b2..9ce23ae 100644 --- a/src/page-template.html +++ b/src/page-template.html @@ -11,7 +11,7 @@ - @(if (string-ci=? uri-path "./index.html") + @(if (string-ci=? uri-path "/index.html") @list{} @list{})