{{- $comment := .Site.Params.comment}} {{- if or (eq $comment.type "none") (.Params.noComment) (eq .Type "section") }} {{- else if eq $comment.type "valine"}} {{- if $comment.valine.visitor -}} 文章阅读量 0 {{- end }}
{{- else if eq $comment.type "disqus" }} {{ template "_internal/disqus.html" .}} {{- end }}