Welcome to mirror list, hosted at ThFree Co, Russian Federation.

busuanzi.html « third-party « partials « layouts - github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c2f17ce14f93bb4e475c885c74b524fab3cb334 (plain)
1
2
3
4
5
{{ if or .Site.Params.displayBusuanziPagePV .Site.Params.displayBusuanziSiteUVAndPV }}
    {{ if eq hugo.Environment "production" }}
        <script async src="https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
    {{ end }}
{{ end }}