From 67f135c7691056f20ce62a8c2f3dfd98aa7a3633 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Wed, 26 May 2021 19:36:07 +0800 Subject: [PATCH] move disqus noscript hint to the right space --- _includes/comments-providers/disqus.html | 1 - _includes/comments.html | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_includes/comments-providers/disqus.html b/_includes/comments-providers/disqus.html index 16a6027..e3e8d94 100644 --- a/_includes/comments-providers/disqus.html +++ b/_includes/comments-providers/disqus.html @@ -11,5 +11,4 @@ (d.head || d.body).appendChild(s); })(); - {% endif %} diff --git a/_includes/comments.html b/_includes/comments.html index dbb90d1..81178e7 100644 --- a/_includes/comments.html +++ b/_includes/comments.html @@ -6,7 +6,9 @@
{% when "disqus" %}

{{ comments_label }}

-
+
+ +
{% when "facebook" %}

{{ comments_label }}

-- 2.43.0