Added gitalk comment system

This commit is contained in:
Giuseppe Pignataro
2019-03-15 10:15:32 +01:00
parent cca4ddbcd6
commit 9969bc6967
3 changed files with 48 additions and 4 deletions

View File

@@ -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>