diff --git a/docs/config.yml b/docs/config.yml index 210160d..005d89d 100644 --- a/docs/config.yml +++ b/docs/config.yml @@ -1,5 +1,6 @@ baseURL: "https://gopal-dahale.github.io/ILearnQuantum/" title: "ILearnQuantum" +disqusShortname: ilearnquantum paginate: 5 theme: - PaperMod diff --git a/docs/themes/PaperMod/layouts/partials/comments.html b/docs/themes/PaperMod/layouts/partials/comments.html index 918451a..98d78be 100644 --- a/docs/themes/PaperMod/layouts/partials/comments.html +++ b/docs/themes/PaperMod/layouts/partials/comments.html @@ -1,3 +1,4 @@ {{- /* Comments area start */ -}} {{- /* to add comments read => https://gohugo.io/content-management/comments/ */ -}} +{{ template "_internal/disqus.html" . }} {{- /* Comments area end */ -}}