diff options
Diffstat (limited to 'layouts/partials')
| -rw-r--r-- | layouts/partials/comments.html | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html index cbc7d6c..29b6f93 100644 --- a/layouts/partials/comments.html +++ b/layouts/partials/comments.html @@ -1,4 +1,3 @@ -{{ if .Site.Params.giscus.enable }}  <script src="https://giscus.app/client.js"          data-repo="{{ .Site.Params.giscus.repo }}"          data-repo-id="{{ .Site.Params.giscus.repoid }}" @@ -14,5 +13,4 @@          data-loading="lazy"          crossorigin="anonymous"          async> -        </script> -{{ end }}
\ No newline at end of file +</script> | 
