summaryrefslogtreecommitdiffstats
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
authoramzrk22020-05-29 16:55:27 +0800
committeramzrk22020-05-29 16:55:27 +0800
commit594655b050145b7c3beab06166678940e613a79a (patch)
tree23184d72fb68b3bcb146536a425a3a571ae1367a /layouts/_default/single.html
parentd47a131ca03b813b26345c752d41cc8999a646ce (diff)
downloadhugo-theme-fuji-594655b050145b7c3beab06166678940e613a79a.tar.gz
hugo-theme-fuji-594655b050145b7c3beab06166678940e613a79a.tar.bz2
hugo-theme-fuji-594655b050145b7c3beab06166678940e613a79a.zip
Disqus support
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 72ec0a8..9795378 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -26,5 +26,6 @@
{{ end }}
{{ if ne .Params.noComments true }}
{{ partial "comment-utterances.html" . }}
+{{ partial "comment-disqus.html" . }}
{{ end }}
{{ end }} \ No newline at end of file