mirror of https://github.com/jkjoy/sunpeiwen.git
6 lines
118 B
JavaScript
6 lines
118 B
JavaScript
|
'use strict';
|
||
|
|
||
|
var hexo = hexo || {};
|
||
|
|
||
|
hexo.extend.filter.register('before_post_render', require('./lib/logic'), 15);
|