diff --git a/mkdocs.yml b/mkdocs.yml index 8164848..16ef294 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,6 +19,7 @@ theme: include_search_page: false search_index_only: true language: en + custom_dir: overrides features: - navigation.instant - navigation.top diff --git a/overrides/main.html b/overrides/main.html new file mode 100644 index 0000000..1b1d366 --- /dev/null +++ b/overrides/main.html @@ -0,0 +1,52 @@ +{% extends "base.html" %} + +{% block content %} +{{ super() }} + + +

{{ lang.t("meta.comments") }}

+ + + + + + +{% endblock %}