aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/overrides/main.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/overrides/main.html')
-rw-r--r--docs/overrides/main.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/overrides/main.html b/docs/overrides/main.html
deleted file mode 100644
index d07c0ab..0000000
--- a/docs/overrides/main.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "base.html" %}
-
-{% block content %}
- {{ super() }}
-
- {% if git_page_authors %}
- <div class="md-source-date">
- <small>
- Authors: {{ git_page_authors | default('enable mkdocs-git-authors-plugin') }}
- </small>
- </div>
- {% endif %}
-{% endblock %}