diff options
Diffstat (limited to 'themes/terminal/layouts/_default/single.html')
-rw-r--r-- | themes/terminal/layouts/_default/single.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/terminal/layouts/_default/single.html b/themes/terminal/layouts/_default/single.html index 3d375ad..e0ac822 100644 --- a/themes/terminal/layouts/_default/single.html +++ b/themes/terminal/layouts/_default/single.html @@ -50,5 +50,15 @@ {{ end }} {{ partial "comments.html" . }} + {{ if .Params.enableComment}} + <script src="https://utteranc.es/client.js" + repo="cooljith91112/experimentsofindrajith" + issue-term="pathname" + label="blog_comments" + theme="github-dark" + crossorigin="anonymous" + async> + </script> + {{end}} </div> {{ end }} |