From 54ada081c70fcb9410920d99ef55617e6c4fe289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E6=A2=A6=E6=98=9F=E5=B0=98?= Date: Sun, 30 Oct 2022 21:19:34 +0800 Subject: [PATCH] :bug: Fixed the busuanzi post view counter in home page. --- layouts/partials/post/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/post/header.html b/layouts/partials/post/header.html index 11675cb..b482c8e 100644 --- a/layouts/partials/post/header.html +++ b/layouts/partials/post/header.html @@ -29,7 +29,7 @@ {{ partial "post/header_meta/categories.html" . }} {{ if and $.IsHome (not (isset .Params "extlink")) }}
- {{ 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 }}