Skip to content

Commit

Permalink
Merge pull request #16 from cielpy/master
Browse files Browse the repository at this point in the history
fixed mixed content issue
  • Loading branch information
monniya authored Dec 27, 2016
2 parents 3833276 + 3c8b6fc commit 1e0bfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/layout.ejs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%- partial('_partial/head') %>
<body class="home-template no-js">
<%- 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") %>
<span class="mobile btn-mobile-menu">
<i class="fa fa-list btn-mobile-menu__icon"></i>
Expand Down

0 comments on commit 1e0bfa5

Please sign in to comment.