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

6 lines
112 B
JavaScript
Raw Normal View History

2024-01-19 13:51:55 +08:00
'use strict';
2024-01-30 18:08:47 +08:00
hexo.extend.helper.register('icon', function(key, args) {
2024-02-02 14:53:35 +08:00
return hexo.utils.icon(key, args)
2024-01-19 13:51:55 +08:00
})