diff --git a/overrides/main.html b/overrides/main.html index c58f32e0a..1b868f891 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -1,17 +1,5 @@ {% extends "base.html" %} -{% block content %} - {{ super() }} - - {% if git_page_authors %} -
- - Authors: {{ git_page_authors | default('enable mkdocs-git-authors-plugin') }} - -
- {% endif %} -{% endblock %} - {% block scripts %} {{ super() }}