From c8e42a321fac2b6b22c65ec9248d46967573ca9e Mon Sep 17 00:00:00 2001 From: SirryChen Date: Wed, 22 May 2024 22:34:42 +0800 Subject: [PATCH] fix --- _includes/{disqus.html => disqus_blog.html} | 6 ++--- _includes/disqus_share.html | 25 +++++++++++++++++++++ blogs.md | 2 +- share.md | 2 +- 4 files changed, 29 insertions(+), 6 deletions(-) rename _includes/{disqus.html => disqus_blog.html} (78%) create mode 100644 _includes/disqus_share.html diff --git a/_includes/disqus.html b/_includes/disqus_blog.html similarity index 78% rename from _includes/disqus.html rename to _includes/disqus_blog.html index 7296f00..00cc023 100644 --- a/_includes/disqus.html +++ b/_includes/disqus_blog.html @@ -1,10 +1,8 @@
+ + + + \ No newline at end of file diff --git a/blogs.md b/blogs.md index a647e10..885e73d 100644 --- a/blogs.md +++ b/blogs.md @@ -17,7 +17,7 @@ title: Blogs
-{% include disqus.html url="https://sirrychen.github.io/blogs/" %} +{% include disqus_blog.html%}
diff --git a/share.md b/share.md index 7601b66..085e0af 100644 --- a/share.md +++ b/share.md @@ -21,7 +21,7 @@ title: Share
-{% include disqus.html url="https://sirrychen.github.io/share/" %} +{% include disqus_share.html%}