mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
8 lines
162 B
JavaScript
8 lines
162 B
JavaScript
/* global _hmt */
|
|
|
|
if (!window._hmt) window._hmt = [];
|
|
|
|
document.addEventListener('pjax:success', () => {
|
|
_hmt.push(['_trackPageview', location.pathname]);
|
|
});
|