From 62c703baa18d5455261bf1dc18e218914c383f12 Mon Sep 17 00:00:00 2001
From: Wu Cheng-Han
Date: Mon, 12 Dec 2016 12:19:12 +0800
Subject: Fix the generate template not including base url variable
---
public/views/includes/header.ejs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'public/views/includes/header.ejs')
diff --git a/public/views/includes/header.ejs b/public/views/includes/header.ejs
index 89f3a0d1..942a89f9 100644
--- a/public/views/includes/header.ejs
+++ b/public/views/includes/header.ejs
@@ -1,3 +1,3 @@
<% for (var css in htmlWebpackPlugin.files.css) { %>
-
+
<% } %>
--
cgit v1.2.3