Revises commenting.html
This commit is contained in:
parent
2e7321205c
commit
a7a9d46f4f
1 changed files with 6 additions and 1 deletions
|
@ -1,9 +1,14 @@
|
|||
<!-- Disqus-->
|
||||
{{ if .Site.DisqusShortname -}}
|
||||
{{ if ne .Params.showcomments false }}
|
||||
<hr>
|
||||
<h2>Comments</h2>
|
||||
{{ partial "commenting_disqus.html" . }}
|
||||
{{ end }}
|
||||
{{ else if .Site.Params.GraphCommentId -}}
|
||||
{{ partial "commenting_graph.html" . }}
|
||||
{{ if ne .Params.showcomments false }}
|
||||
<hr>
|
||||
<h2>Comments</h2>
|
||||
{{ partial "commenting_graph.html" . }}
|
||||
{{ end }}
|
||||
{{- end }}
|
Loading…
Reference in a new issue