From f121060771a1fd071bda6b5885e1be0bc9cec345 Mon Sep 17 00:00:00 2001 From: jrtechs Date: Fri, 11 Jan 2019 21:50:35 -0500 Subject: [PATCH] Created the project's sidebar where I can link to projects that I have full websites for. --- sidebar/projectSidebar.html | 10 ++++++++++ sidebar/sidebar.html | 13 ------------- sidebar/sidebar.js | 2 +- 3 files changed, 11 insertions(+), 14 deletions(-) create mode 100644 sidebar/projectSidebar.html delete mode 100644 sidebar/sidebar.html diff --git a/sidebar/projectSidebar.html b/sidebar/projectSidebar.html new file mode 100644 index 0000000..1eefaa4 --- /dev/null +++ b/sidebar/projectSidebar.html @@ -0,0 +1,10 @@ +
+ +

\ No newline at end of file diff --git a/sidebar/sidebar.html b/sidebar/sidebar.html deleted file mode 100644 index 1dae84a..0000000 --- a/sidebar/sidebar.html +++ /dev/null @@ -1,13 +0,0 @@ - \ No newline at end of file diff --git a/sidebar/sidebar.js b/sidebar/sidebar.js index b5e6b94..07ddfc7 100644 --- a/sidebar/sidebar.js +++ b/sidebar/sidebar.js @@ -12,7 +12,7 @@ module.exports= { return new Promise(function(resolve, reject) { - Promise.all([utils.include("sidebar/sidebar.html"), + Promise.all([utils.include("sidebar/projectSidebar.html"), require("../sidebar/recentPosts.js").main(), require("../sidebar/categoriesSideBar.js").main()]).then(function(content) {