From 4c04dcdf189dc6b665bf4960317f93923f58cce5 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 12 Aug 2019 11:59:43 -0400 Subject: Added the foundations for the blog, changed index and refactoring some code --- .idea/fileTemplates/EJS - Alee Productions.ejs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .idea/fileTemplates/EJS - Alee Productions.ejs (limited to '.idea/fileTemplates/EJS - Alee Productions.ejs') diff --git a/.idea/fileTemplates/EJS - Alee Productions.ejs b/.idea/fileTemplates/EJS - Alee Productions.ejs new file mode 100644 index 0000000..dd0d052 --- /dev/null +++ b/.idea/fileTemplates/EJS - Alee Productions.ejs @@ -0,0 +1,17 @@ + + + + + <% include ./includes/header %> + + + + <% include ./includes/navbar %> +
+

Title

+

Description.

+
+ <% include ./includes/footer %> + + + \ No newline at end of file -- cgit v1.2.3