hugo-theme-hyde-hyde/layouts/partials/commenting.html

14 lines
396 B
HTML
Raw Normal View History

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