diff options
| author | 2023-08-13 12:28:01 +0800 | |
|---|---|---|
| committer | 2023-08-13 12:28:01 +0800 | |
| commit | 697e9157669e467f41c5cd4b542aee861b320712 (patch) | |
| tree | 5e19c64615e5ae76a4dea5adecf2dffdb0f315b1 /HydroRollCore/main.html | |
| parent | 72fbe4b835ea6cf5664e3ade112fd47e33fde880 (diff) | |
| download | infini-697e9157669e467f41c5cd4b542aee861b320712.tar.gz infini-697e9157669e467f41c5cd4b542aee861b320712.zip | |
refactor: brandly new edition
Diffstat (limited to 'HydroRollCore/main.html')
| -rw-r--r-- | HydroRollCore/main.html | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/HydroRollCore/main.html b/HydroRollCore/main.html deleted file mode 100644 index da3b2334..00000000 --- a/HydroRollCore/main.html +++ /dev/null @@ -1,27 +0,0 @@ -{% 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 %} --> - - {% 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 %} - -{% endblock %} |
