add disableComments option #147
This commit is contained in:
parent
c4665390d2
commit
ae6b41de47
3 changed files with 20 additions and 15 deletions
15
layouts/partials/comments.html
Normal file
15
layouts/partials/comments.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
{{ if .Site.DisqusShortname }}
|
||||
{{ partial "disqus.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.UtterancesRepo }}
|
||||
{{ partial "utterances.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.isso.enabled }}
|
||||
{{ partial "isso.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.graphcommentId }}
|
||||
{{ partial "graphcomment.html" . }}
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue