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

14 lines
396 B
HTML
Raw Normal View History

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