Yasuaki Uechi 9a9c2343d1
All checks were successful
continuous-integration/drone/push Build is passing
complete revamps
2022-12-24 03:20:02 +09:00

5 lines
129 B
JavaScript

/* globals hexo: true */
const toc = require("./toc");
hexo.extend.filter.register("after_post_render", toc.after_post_render);