diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index 28cf953b..477735a2 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -31,14 +31,14 @@
-
-
- {{ T "wordCount" .WordCount }}
-
- {{ T "readingTime" .ReadingTime }}
+
+
+ {{ T "wordCount" .WordCount }}
+
+ {{ T "readingTime" .ReadingTime }}
{{ if and .Site.Params.valine.enable .Site.Params.valine.visitor }}
-
+
{{ T "pageviews" | safeHTML }}
{{ end }}