Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
release(1.3.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Halyul committed May 7, 2017
2 parents f80f6b6 + e12187b commit 141457e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 27,570 deletions.
2 changes: 1 addition & 1 deletion layout/partials/head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pageTitle += ' - ' + config.title;
<% if(theme.vendors.style_min_css) { %>
<link type="text/css" rel="stylesheet" href="<%= theme.vendors.style_min_css %>" />
<% } else { %>
<%- css("css/style.min") %>
<%- css("css/style-v20170507.min") %>
<% } %>

<!-- Custom Head -->
Expand Down
2 changes: 1 addition & 1 deletion layout/partials/import_js.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ addLoadEvent(function(){
<% if(theme.vendors.js_min_js) { %>
<script type="text/javascript" src="<%= theme.vendors.js_min_js %>?version=v20170507"></script>
<% } else { %>
<%- js("js/js.min") %>
<%- js("js/js-v20170507.min") %>
<% } %>

<% if (theme.service_woker === true || theme.service_woker === 'pwa') { %>
Expand Down
2 changes: 1 addition & 1 deletion source/css/style.min.css → source/css/style-v20170507.min.css
100755 → 100644

Large diffs are not rendered by default.

Loading

0 comments on commit 141457e

Please sign in to comment.