aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/overrides
diff options
context:
space:
mode:
Diffstat (limited to 'docs/overrides')
-rw-r--r--docs/overrides/main.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/overrides/main.html b/docs/overrides/main.html
new file mode 100644
index 0000000..ec4ec2a
--- /dev/null
+++ b/docs/overrides/main.html
@@ -0,0 +1,13 @@
+{% 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 %} \ No newline at end of file