UNPKG

hexo-theme-next

Version:

Elegant and powerful theme for Hexo.

8 lines (5 loc) 181 B
/* global NexT, CONFIG */ document.addEventListener('page:loaded', () => { if (!CONFIG.enableMath) return; NexT.utils.getScript(CONFIG.katex.copy_tex_js).catch(() => {}); });