UNPKG
hexo-abbrlink
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.6
2.1.5
2.0.5
2.0.4
2.0.2
2.0.1
1.0.3
1.0.2
1.0.1
1.0.0
create one and only link for every post for hexo
github.com/Rozbo/hexo-abbrlink
Rozbo/hexo-abbrlink
hexo-abbrlink
/
index.js
6 lines
(3 loc)
•
118 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
var
hexo = hexo || {}; hexo.
extend
.
filter
.
register
(
'before_post_render'
,
require
(
'./lib/logic'
),
15
);