Fix disqus comment not working on new configuration style (#451)
* Fix disqus comment not working on new configuration style Signed-off-by: hossainemruz <hossainemruz@gmail.com> * Fix LOC badge Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
[](https://app.netlify.com/sites/toha/deploys)
|
[](https://app.netlify.com/sites/toha/deploys)
|
||||||
[](https://actions-badge.atrox.dev/hugo-toha/toha/goto?ref=main)
|
[](https://actions-badge.atrox.dev/hugo-toha/toha/goto?ref=main)
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{{ $disqusShortName := site.DisqusShortname }}
|
{{ $disqusShortName := site.DisqusShortname }}
|
||||||
{{ if site.Params.features.disqus.shortName }}
|
{{ if site.Params.features.comment.disqus.shortName }}
|
||||||
{{ $disqusShortName = site.Params.features.disqus.shortName }}
|
{{ $disqusShortName = site.Params.features.comment.disqus.shortName }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<div id="disqus_thread"></div>
|
<div id="disqus_thread"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user