aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/overrides/main.html
diff options
context:
space:
mode:
Diffstat (limited to 'overrides/main.html')
-rw-r--r--overrides/main.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/overrides/main.html b/overrides/main.html
deleted file mode 100644
index f6167702..00000000
--- a/overrides/main.html
+++ /dev/null
@@ -1,14 +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 %}