diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index a80e379c..f84ac3b4 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -61,35 +61,35 @@
{{- if ($comment.valine.enable | and $comment.valine.visitor) | or ($comment.waline.enable | and $comment.waline.visitor) -}}
{{- /* Warning: waline v2 will not be compatible with valine */ -}}
- {{ T "views" }}
+ - {{ T "views" }}
{{- else if $comment.waline.enable | and $comment.waline.visitor -}}
{{- else if $comment.twikoo.enable | and $comment.twikoo.visitor -}}
{{- end -}}
{{- else if .Site.Params.ibruce.enable | and .Site.Params.ibruce.enablePost -}}
- {{ T "views" }}
+ - {{ T "views" }}
{{- end -}}
{{- /* Comment Count */ -}}
{{- if $comment.enable -}}
{{- if $comment.valine.enable | and $comment.valine.commentCount -}}
{{- else if $comment.waline.enable | and $comment.waline.commentCount -}}
{{- else if $comment.twikoo.enable | and $comment.twikoo.commentCount -}}
{{- end -}}
{{- end -}}