mirror of https://github.com/jkjoy/sunpeiwen.git
5 lines
107 B
JavaScript
5 lines
107 B
JavaScript
|
/* global hexo */
|
||
|
'use strict';
|
||
|
|
||
|
hexo.extend.renderer.register('pug', 'html', require('./lib/pug'), true);
|