hugo-theme-next/layouts/partials/_thirdparty/analytics/busuanzi.html

12 lines
330 B
HTML
Raw Normal View History

<script type="text/javascript">
document.addEventListener('DOMContentLoaded', () => {
var script = document.createElement('script');
script.charset = "UTF-8";
script.src = "{{ .Site.Data.resources.analytics.busuanzi }}";
script.async = "true"
document.head.appendChild(script);
});
</script>