hexo-theme-stellar/scripts/generators/404.js

10 lines
186 B
JavaScript
Raw Normal View History

2021-02-19 23:33:19 +08:00
/**
* 404 v1 | https://github.com/xaoxuu/hexo-theme-stellar/
*/
hexo.extend.generator.register('404', function (locals) {
return {
path: '/404.html',
layout: ['404']
}
});