diff options
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 6bfce19..78a9148 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -24,6 +24,9 @@ {{ if .Site.Params.cdnUtterancesJS }} {{ partial "comment-utterances.html" . }} {{ end }} + {{ if .Site.Params.disqusShortname }} + {{ partial "comment-disqus.html" . }} + {{ end }} </div> <!-- sidebar --> <div class="col-md-3 col-12 float-left" id="sidebar"> |