diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 59ab048c..4456e7d0 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -35,7 +35,7 @@   {{ T "wordCount" .WordCount }}  {{ T "readingTime" .ReadingTime }}  - {{- if $scratch.Get "production" | and .Site.Params.valine.enable | and .Site.Params.valine.visitor -}} + {{- if $scratch.Get "production" | and .Site.Params.comment.valine.enable | and .Site.Params.comment.valine.visitor -}}  {{ T "views" }}   diff --git a/package.json b/package.json index 40f7c8bd..90b77499 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loveit-src", - "version": "0.1.1", + "version": "0.1.2", "description": "LoveIt theme source file", "main": "index.js", "dependencies": {},