fix: style

This commit is contained in:
shenyu
2019-12-28 21:07:01 +08:00
parent baa5a1cdc7
commit 91abd96dce
3 changed files with 7 additions and 3 deletions

View File

@@ -23,8 +23,8 @@
<% if (theme.favicon){ %>
<link rel="shortcut icon" href="<%- theme.favicon %>" />
<% } %>
<%- css('css/style') %> <% if (theme.fancybox){ %> <%-
css('fancybox/jquery.fancybox.min') %> <% } %> <%- js('/js/pace.min.js') %>
<%- css('css/style') %>
<%- js('/js/pace.min.js') %>
<%- partial('google-analytics') %>
<%- partial('baidu-analytics') %>