hugo-theme-hyde-hyde/layouts/partials/commenting.html
2018-07-05 12:20:53 +10:00

14 lines
No EOL
396 B
HTML

<!-- Disqus-->
{{ if .Site.DisqusShortname -}}
{{ if ne .Params.showcomments false }}
<hr>
<h2>Comments</h2>
{{ partial "commenting_disqus.html" . }}
{{ end }}
{{ else if .Site.Params.GraphCommentId -}}
{{ if ne .Params.showcomments false }}
<hr>
<h2>Comments</h2>
{{ partial "commenting_graph.html" . }}
{{ end }}
{{- end }}