From 473a08150b875112c522522e21fb542d3ec26736 Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 1 Jun 2022 19:16:58 -0400 Subject: themes/default/layouts: Handle image search errors Namespace 404 image processing. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b820c65..dcf84cc 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,9 @@ else endif test: - validatornu public/index.html + validatornu \ + public/index.html \ + public/default/index.html icons: rm -rf static/icons -- cgit v1.2.3