blog-source/themes/next/scripts/events/lib/injects-point.js
2022-03-15 20:46:31 +08:00

20 lines
229 B
JavaScript

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