Skip to content

Commit a053d78

Browse files
committed
chore: remove disqus
1 parent a32a4ef commit a053d78

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

hugo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ defaultContentLanguageInSubdir = false
2323
[services.googleAnalytics]
2424
ID = 'G-RJPTVP614C' # see https://gohugo.io/templates/internal/#configure-google-analytics
2525

26-
[services.disqus]
27-
shortname = 'themefisher-template' # we use disqus to show comments in blog posts . To install disqus please follow this tutorial https://portfolio.peter-baumgartner.net/2017/09/10/how-to-install-disqus-on-hugo/
28-
2926
########################## Permalinks ############################
3027
[permalinks.page]
3128
"pages" = "/:slugorfilename/"

themes/hugoplate/layouts/posts/single.html

+1-5
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,7 @@ <h5 class="mr-3">{{ T "tags" }} :</h5>
6767
</div>
6868
</div>
6969
<!-- comments -->
70-
{{ if site.Config.Services.Disqus.Shortname }}
71-
<div class="mt-20">
72-
{{ template "_internal/disqus.html" . }}
73-
</div>
74-
{{ end }}
70+
7571
</article>
7672
</div>
7773

0 commit comments

Comments
 (0)