2025-2-26-fixed
This commit is contained in:
7
themes/fluid/scripts/helpers/injects.js
Normal file
7
themes/fluid/scripts/helpers/injects.js
Normal file
@@ -0,0 +1,7 @@
|
||||
/* global hexo */
|
||||
|
||||
'use strict';
|
||||
|
||||
hexo.extend.helper.register('point_injected', function(type) {
|
||||
return hexo.theme.config.injects[type] && hexo.theme.config.injects[type].length > 0;
|
||||
});
|
||||
Reference in New Issue
Block a user