From 905592de9b25db8c36bcc5a77c24cae369ff6e80 Mon Sep 17 00:00:00 2001 From: Yinmin Zhong <60659728+PKUFlyingPig@users.noreply.github.com> Date: Fri, 15 Dec 2023 13:41:56 +0800 Subject: [PATCH] [FIX] Fix giscus plugin (#543) --- overrides/main.html | 33 -------------------- overrides/partials/comments.html | 52 ++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 33 deletions(-) delete mode 100644 overrides/main.html create mode 100644 overrides/partials/comments.html diff --git a/overrides/main.html b/overrides/main.html deleted file mode 100644 index a82028c2..00000000 --- a/overrides/main.html +++ /dev/null @@ -1,33 +0,0 @@ -{% extends "base.html" %} - -{% block disqus %} - - - -{% endblock %} diff --git a/overrides/partials/comments.html b/overrides/partials/comments.html new file mode 100644 index 00000000..1a1593f7 --- /dev/null +++ b/overrides/partials/comments.html @@ -0,0 +1,52 @@ + + + + + \ No newline at end of file