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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Pignataro <rogepix@gmail.com>2019-03-15 12:15:32 +0300
committerGiuseppe Pignataro <rogepix@gmail.com>2019-03-15 12:15:32 +0300
commit9969bc696755c23fdeda468f8f6790d9c44251a8 (patch)
treea39fb818e077efdf65a68dd56a62fe17890936c5 /layouts/_default/single.html
parentcca4ddbcd68008d70770fc09f3ad8a27894520ec (diff)
Added gitalk comment system
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>