hexo.extend.filter.register('after_render:html', function(html) { const scriptTag = ` `.trim(); if (html.indexOf('') !== -1) { return html.replace('', scriptTag + ''); } return html; });