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