diff options
| author | 2023-07-31 15:03:40 +0800 | |
|---|---|---|
| committer | 2023-07-31 15:03:40 +0800 | |
| commit | bdb8dfa8d2d9ac1668a1a0036d194cb57b168e37 (patch) | |
| tree | 232fad440bee508523e0b8a4f49f021f196ba958 /docs/overrides/main.html | |
| parent | cfc4a06db1d89d6bfbc75e5dfb46720cb15827da (diff) | |
| download | infini-bdb8dfa8d2d9ac1668a1a0036d194cb57b168e37.tar.gz infini-bdb8dfa8d2d9ac1668a1a0036d194cb57b168e37.zip | |
feat: add commiter
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 %} |
