From e706e65318f760d9f0602a08f1badb67d77e5fb1 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 30 Nov 2019 12:40:35 -0500 Subject: Switching to NextJS --- _layouts/default.html | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 _layouts/default.html (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index 171870d..0000000 --- a/_layouts/default.html +++ /dev/null @@ -1,26 +0,0 @@ ---- ---- - - - - - - {% include header.html %} - - - - {% include navbar.html %} -
-
-

{{page.title}}

-

{{page.description}}

-
-
- {{ content }} -
- {% include scripts.html %} - {% include footer.html %} -
- - - \ No newline at end of file -- cgit v1.2.3