Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Fastbyte01/KeepIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 0dcadf8..a569fcf 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -103,9 +103,7 @@
<div class="post-comment">
{{ if ( .Params.showComments | default true ) }}
- {{ if ne .Site.DisqusShortname "" }}
- {{ template "_internal/disqus.html" . }}
- {{ end }}
+ {{ partial "comments.html" . }}
{{ end }}
</div>
</article>