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

9 lines
278 B
HTML
Raw Normal View History

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