hexo-theme-stellar/scripts/helpers/icon.js

6 lines
112 B
JavaScript

'use strict';
hexo.extend.helper.register('icon', function(key, args) {
return hexo.utils.icon(key, args)
})