From 1a3398dcf36d4d2f972844cabeb4d98d0555a98b Mon Sep 17 00:00:00 2001 From: Starfall Date: Fri, 29 Oct 2021 17:33:57 -0500 Subject: strike: fix crash when subdirectories exist --- sample/blog/subdir/index.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 sample/blog/subdir/index.html (limited to 'sample') diff --git a/sample/blog/subdir/index.html b/sample/blog/subdir/index.html new file mode 100644 index 0000000..b66efd5 --- /dev/null +++ b/sample/blog/subdir/index.html @@ -0,0 +1 @@ +This file in a subdirectory of the input directory should also be processed. -- cgit