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