2018-01-24 16:42:50 +07:00
|
|
|
<!-- Disqus-->
|
|
|
|
{{ if .Site.DisqusShortname -}}
|
|
|
|
{{ if ne .Params.showcomments false }}
|
|
|
|
<h2>Comments</h2>
|
2018-04-09 07:52:06 +10:00
|
|
|
{{ partial "commenting_disqus.html" . }}
|
2018-01-24 16:42:50 +07:00
|
|
|
{{ end }}
|
2018-04-05 16:17:04 +10:00
|
|
|
{{ else if .Site.Params.GraphCommentId -}}
|
2018-04-09 07:52:06 +10:00
|
|
|
{{ partial "commenting_graph.html" . }}
|
2018-04-05 07:57:07 +10:00
|
|
|
{{- end }}
|