diff options
Diffstat (limited to 'docs/overrides/main.html')
| -rw-r--r-- | docs/overrides/main.html | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/overrides/main.html b/docs/overrides/main.html deleted file mode 100644 index 419038a4..00000000 --- a/docs/overrides/main.html +++ /dev/null @@ -1,26 +0,0 @@ -{% extends "base.html" %} - -{% block content %} - {{ super() }} - -{% block footer %} -<ul class="metadata page-metadata" data-bi-name="page info" lang="en-us" dir="ltr"> - <li class="contributors-holder"> - <span class="contributors-text">Contributors</span> - <ul class="contributors" data-bi-name="contributors"> - {%- for user in committers -%} - <li><a href="{{ user.url }}" title="{{ user.name }}" data-bi-name="contributorprofile" target="_blank"><img src="{{ user.avatar }}" alt="{{ user.name }}"></a></li> - {%- endfor -%} - </ul> - </li> -</ul> -{% endblock %} - - <!-- {% if git_page_authors %} - <div class="md-source-date"> - <small> - Authors: {{ git_page_authors | default('enable mkdocs-git-authors-plugin') }} - </small> - </div> - {% endif %} --> -{% endblock %} |
