diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/overrides/main.html | 13 |
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 |
