diff options
Diffstat (limited to 'docs/overrides')
| -rw-r--r-- | docs/overrides/.gitkeep | 0 | ||||
| -rw-r--r-- | docs/overrides/main.html | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/overrides/.gitkeep b/docs/overrides/.gitkeep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/docs/overrides/.gitkeep diff --git a/docs/overrides/main.html b/docs/overrides/main.html new file mode 100644 index 00000000..d07c0ab0 --- /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 %} |
