diff --git a/README.md b/README.md index abe7f84..38c63ba 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [](https://app.netlify.com/sites/toha/deploys) [](https://actions-badge.atrox.dev/hugo-toha/toha/goto?ref=main)  - +    diff --git a/layouts/partials/disqus.html b/layouts/partials/disqus.html index 4ccd9e2..7235257 100644 --- a/layouts/partials/disqus.html +++ b/layouts/partials/disqus.html @@ -1,6 +1,6 @@ {{ $disqusShortName := site.DisqusShortname }} -{{ if site.Params.features.disqus.shortName }} - {{ $disqusShortName = site.Params.features.disqus.shortName }} +{{ if site.Params.features.comment.disqus.shortName }} + {{ $disqusShortName = site.Params.features.comment.disqus.shortName }} {{ end }}