From 3c8b6fc4b38c368ce0ec755bcf0e978e95d58f37 Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 24 Nov 2016 21:01:14 +0800 Subject: [PATCH] fixed mixed content issue --- layout/layout.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/layout.ejs b/layout/layout.ejs index f5c5be7..ef834f5 100644 --- a/layout/layout.ejs +++ b/layout/layout.ejs @@ -1,6 +1,6 @@ <%- partial('_partial/head') %> - <%- js("http://cdn.bootcss.com/jquery/2.1.4/jquery.min.js") %> + <%- js("//cdn.bootcss.com/jquery/2.1.4/jquery.min.js") %> <%- js("js/main.js") %>