🐛 Fixed the busuanzi post view counter in home page.
This commit is contained in:
parent
51221f0f91
commit
54ada081c7
@ -29,7 +29,7 @@
|
|||||||
{{ partial "post/header_meta/categories.html" . }}
|
{{ partial "post/header_meta/categories.html" . }}
|
||||||
{{ if and $.IsHome (not (isset .Params "extlink")) }}
|
{{ if and $.IsHome (not (isset .Params "extlink")) }}
|
||||||
<div class="post-meta-items">
|
<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" . }}
|
{{ partial "post/header_meta/views.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if and (.Scratch.Get "isComment") .Site.Params.waline.comment }}
|
{{ if and (.Scratch.Get "isComment") .Site.Params.waline.comment }}
|
||||||
|
Loading…
Reference in New Issue
Block a user