UNPKG
hexo-theme-volantis
Version:
latest (6.8.1)
6.8.1
6.8.0
6.7.0
6.6.1
6.6.0
6.5.0
6.4.0
6.3.0
6.2.0
6.1.0
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.8.1
5.8.0
5.7.10
5.7.9
5.7.8
5.7.7
5.7.6
5.7.5
5.7.4
5.7.3
5.7.2
5.7.1
5.7.0
5.6.0
5.5.0
5.4.0
5.3.2
5.3.1
5.3.0
5.2.0
5.1.1
5.1.0
5.0.0-rc.111
5.0.0-rc.110
5.0.0-rc.101
5.0.0-rc.100
5.0.0-rc.11
5.0.0-rc.10
5.0.0-rc.9
5.0.0-rc.8
5.0.0-rc.7
5.0.0-rc.6
5.0.0-rc.5
5.0.0-rc.4
5.0.0-rc.3
5.0.0-rc.2
5.0.0-rc.1
5.0.0-beta.2
5.0.0-alpha.112
4.3.1
4.3.0
4.2.0
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
4.0.0-rc.4
4.0.0-rc.3
4.0.0-rc.2
4.0.0-rc.1
3.0.0
3.0.0-rc.2
3.0.0-rc.1
Elegant and powerful theme for Hexo.
volantis.js.org
volantis-x/hexo-theme-volantis
hexo-theme-volantis
/
scripts
/
helpers
/
icon.js
6 lines
(4 loc)
•
112 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
; hexo.
extend
.
helper
.
register
(
'icon'
,
function
(
key, args
) {
return
hexo.
utils
.
icon
(key, args) })