Skip to content

Instantly share code, notes, and snippets.

@wzpan
Created December 6, 2013 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wzpan/7827303 to your computer and use it in GitHub Desktop.
Save wzpan/7827303 to your computer and use it in GitHub Desktop.
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
<% } %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment