crisp-hexo-theme
crisp-hexo-theme copied to clipboard
Use Hexo helper functions
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.