From 09a7bcbdef237c1443bbbfc29010e7106cffd739 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Sat, 21 Jan 2017 13:08:29 +0800 Subject: Refactor templates and rearrange its path --- public/views/head.ejs | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 public/views/head.ejs (limited to 'public/views/head.ejs') diff --git a/public/views/head.ejs b/public/views/head.ejs deleted file mode 100644 index 218847f7..00000000 --- a/public/views/head.ejs +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - -<%= title %> - - -<% if(useCDN) { %> - - - - - - -<%- include build/index-header %> -<% } else { %> - -<%- include build/index-pack-header %> -<% } %> -<%- include polyfill %> \ No newline at end of file -- cgit v1.2.3