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: 7b96f2efa21c7db604b646e79cf96b76552d2a67 (plain)
1
2
3
4
5
6
7
{{- $src := partial "utils/lib.html" (dict "type" "busuanzi") -}}

{{ if or .Site.Params.displayBusuanziPagePV .Site.Params.displayBusuanziSiteUVAndPV }}
    {{ if eq hugo.Environment "production" }}
        <script async src="{{ $src }}"></script>
    {{ end }}
{{ end }}