From cd3938744c18cec7ee3d369cc28fc9e852bde18b Mon Sep 17 00:00:00 2001 From: ArtieLiu <62593089+ArtieLiu@users.noreply.github.com> Date: Tue, 10 Jan 2023 17:26:00 +0800 Subject: [PATCH] Feature: add template of comment system (#1192) * Feature add comment system template * Update main.html Co-authored-by: Anduin Xue --- mkdocs.yml | 1 + overrides/main.html | 47 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 overrides/main.html diff --git a/mkdocs.yml b/mkdocs.yml index 28dc003a..babcb75e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -10,6 +10,7 @@ docs_dir: . theme: name: material language: zh + custom_dir: overrides features: - content.code.annotate # - content.tabs.link diff --git a/overrides/main.html b/overrides/main.html new file mode 100644 index 000000000..186626d9 --- /dev/null +++ b/overrides/main.html @@ -0,0 +1,47 @@ +{% extends "base.html" %} {% block disqus %} + + + + +{% endblock %}