UNPKG

hexo-theme-redefine

Version:

Redefine your writing with Hexo Theme Redefine.

8 lines (7 loc) 147 B
if (theme.plugins.mermaid.enable === true) { try { swup.hooks.on("page:view", () => { mermaid.initialize(); }); } catch (e) {} }