Kaynağa Gözat

Fix disqusShortname conditional

Fixes #43
Bjørn Erik Pedersen 7 yıl önce
ebeveyn
işleme
80695973ac
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      layouts/_default/single.html

+ 1
- 1
layouts/_default/single.html Dosyayı Görüntüle

@@ -9,7 +9,7 @@
9 9
 			      {{ .Content }}
10 10
 			</div>
11 11
 
12
-			{{ if and (isset .Site.Params "disqusShortname") (ne .Site.Params.disqusShortname "") }}
12
+			{{ if .Site.Params.disqusShortname }}
13 13
 				<h2>Comments</h2>
14 14
 				{{ partial "disqus" . }}
15 15
 			{{ end }}