UNPKG
hexo-abbrlink-iuxt
Version:
latest (2.2.2)
2.2.2
create one and only link for every post for hexo
github.com/iuxt/hexo-abbrlink
iuxt/hexo-abbrlink
hexo-abbrlink-iuxt
/
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
);