diff --git a/layouts/posts/single.html b/layouts/posts/single.html index e0189fe1..d6d2232d 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -53,13 +53,13 @@
{{- $publish_date := .PublishDate.Format (.Site.Params.dateformat | default "2006-01-02") -}} -   - {{ T "wordCount" .WordCount }}  - {{ T "readingTime" .ReadingTime }}  +    +  {{ T "wordCount" .WordCount }}  +  {{ T "readingTime" .ReadingTime }}  {{- $comment := .Scratch.Get "comment" | default dict -}} {{- if $comment.enable | and $comment.valine.enable | and $comment.valine.visitor -}} -  {{ T "views" }} +   {{ T "views" }}   {{- end -}}