From fcb78875db3dee2bb9ee7bcf1b229122c6f9176a Mon Sep 17 00:00:00 2001 From: Zhe Wang Date: Sat, 14 Jan 2023 14:56:28 +0000 Subject: [PATCH] add google ads --- mkdocs.yml | 2 +- overrides/main.html | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 overrides/main.html diff --git a/mkdocs.yml b/mkdocs.yml index 677e731..cbe9a89 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -61,7 +61,7 @@ theme: bug: octicons/bug-16 example: octicons/beaker-16 quote: octicons/quote-16 - + custom_dir: overrides markdown_extensions: - attr_list - md_in_html diff --git a/overrides/main.html b/overrides/main.html new file mode 100644 index 0000000..6a54a81 --- /dev/null +++ b/overrides/main.html @@ -0,0 +1,4 @@ +{% extends "base.html" %} {% block disqus %} + +{% endblock %} \ No newline at end of file