diff options
Diffstat (limited to 'overrides')
| -rw-r--r-- | overrides/main.html | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/overrides/main.html b/overrides/main.html index 4d19a86d..f6167702 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -3,26 +3,12 @@ {% 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 %} + <!-- {% if git_page_authors %} <div class="md-source-date"> <small> Authors: {{ git_page_authors | default('enable mkdocs-git-authors-plugin') }} </small> </div> - {% endif %} + {% endif %} --> {% endblock %} |
