hexo-theme-next/scripts/events/lib/injects-point.js
2020-04-05 17:13:32 +08:00

20 lines
229 B
JavaScript

'use strict';
module.exports = {
views: [
'head',
'header',
'sidebar',
'postMeta',
'postBodyEnd',
'footer',
'bodyEnd',
'comment'
],
styles: [
'variable',
'mixin',
'style'
]
};