crisp-hexo-theme icon indicating copy to clipboard operation
crisp-hexo-theme copied to clipboard

Use Hexo helper functions

Open specious opened this issue 9 years ago • 0 comments

Hexo provides a collection of helper functions to be used by the theme templates. For example:

<%- css('style.css') %>

Switching to using these functions where appropriate could make the source code cleaner and more easy to maintain.

specious avatar Jan 16 '17 02:01 specious