wzpan
12/6/2013 - 4:08 PM

Example for getting current mode for hexo.

Example for getting current mode for hexo.

<% if (cache) { %>
        bootstrap.min.css
        bootstrap-responsive.min.css
        style.min.css
        responsive.min.css        
<% } else {%>
        bootstrap.css
        bootstrap-responsive.css
        style.css
        responsive.css    
<% } %>