🚀 feat: custom layoutWidth

This commit is contained in:
shenyu
2020-03-29 18:18:22 +08:00
parent b4f1246c53
commit 79b014ab4a
7 changed files with 52 additions and 17 deletions

View File

@@ -29,6 +29,7 @@
<link rel="shortcut icon" href="<%- theme.favicon %>" />
<% } %>
<%- css('dist/main') %>
<%- css('custom') %>
<% if (theme.progressBar){ %>
<script src="https://cdn.jsdelivr.net/npm/pace-js@1.0.2/pace.min.js"></script>
<% } %>