diff --git a/assets/css/common/post-single.css b/assets/css/common/post-single.css index 2cf4035..b5fc3b3 100644 --- a/assets/css/common/post-single.css +++ b/assets/css/common/post-single.css @@ -539,8 +539,8 @@ h6:hover .anchor { box-shadow: 0 2px 0 var(--twitter-color); } -.disqus-container, -.telegram-widget-container { +/* comments */ +.comments-box { margin: calc(var(--content-gap) * 2) 0; background-color: var(--code-bg); border-radius: 10px; diff --git a/layouts/partials/comments_script.html b/layouts/partials/comments_script.html deleted file mode 100644 index 8663497..0000000 --- a/layouts/partials/comments_script.html +++ /dev/null @@ -1,5 +0,0 @@ -{{- /* You can add your own layouts/comments_script.html to override this file */ -}} - -{{- with site.Params.commentSystem.disqus -}} - {{ partial "disqus_script.html" . }} -{{- end -}} diff --git a/layouts/partials/disqus.html b/layouts/partials/disqus.html index e6b9b33..d1e80f8 100644 --- a/layouts/partials/disqus.html +++ b/layouts/partials/disqus.html @@ -1,4 +1,4 @@ -