From f1998c321a4eec6d75b58d84aa8610971bf21979 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 31 Jul 2021 11:35:39 -0600 Subject: move static files into static sub-dir, refactor nix a bit --- src/_layouts/default.html | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/_layouts/default.html (limited to 'src/_layouts/default.html') diff --git a/src/_layouts/default.html b/src/_layouts/default.html deleted file mode 100644 index 5df9d6d..0000000 --- a/src/_layouts/default.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - {%- include head.html -%} - - - -
- - {%- include header.html -%} - -
- {{ content }} -
- - {%- include footer.html -%} - -
- - - - -- cgit v1.2.3