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 --- _includes/footer.html | 9 ------- _includes/header.html | 31 ------------------------ _includes/navbar.html | 66 -------------------------------------------------- _includes/scripts.html | 11 --------- 4 files changed, 117 deletions(-) delete mode 100644 _includes/footer.html delete mode 100644 _includes/header.html delete mode 100644 _includes/navbar.html delete mode 100644 _includes/scripts.html (limited to '_includes') diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index 0ab0866..0000000 --- a/_includes/footer.html +++ /dev/null @@ -1,9 +0,0 @@ - - \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html deleted file mode 100644 index 02b888c..0000000 --- a/_includes/header.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -{{page.title}} | {{site.title}} diff --git a/_includes/navbar.html b/_includes/navbar.html deleted file mode 100644 index 12035e4..0000000 --- a/_includes/navbar.html +++ /dev/null @@ -1,66 +0,0 @@ - \ No newline at end of file diff --git a/_includes/scripts.html b/_includes/scripts.html deleted file mode 100644 index d8324f0..0000000 --- a/_includes/scripts.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3