🐛 Fixed the busuanzi post view counter in home page.

This commit is contained in:
凡梦星尘 2022-10-30 21:19:34 +08:00
parent 51221f0f91
commit 54ada081c7

View File

@ -29,7 +29,7 @@
{{ partial "post/header_meta/categories.html" . }}
{{ if and $.IsHome (not (isset .Params "extlink")) }}
<div class="post-meta-items">
{{ if .Site.Params.waline.pageView }}
{{ if and (eq .Site.Params.analytis.busuanzi.enable false) .Site.Params.waline.pageView }}
{{ partial "post/header_meta/views.html" . }}
{{ end }}
{{ if and (.Scratch.Get "isComment") .Site.Params.waline.comment }}