4 lines
115 B
JavaScript
4 lines
115 B
JavaScript
|
hexo.extend.helper.register('is_quickstart', function () {
|
||
|
return this.path.indexOf('quick_start.html') > -1
|
||
|
});
|