hexo/node_modules/hexo-abbrlink2/index.js

3 lines
88 B
JavaScript
Raw Normal View History

2023-09-25 15:58:56 +08:00
'use strict';
hexo.extend.filter.register('post_permalink', require('./lib/logic'), 1);