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

9 lines
278 B
HTML
Raw Normal View History

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