aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/overrides
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-31 15:45:19 +0800
committer简律纯 <i@jyunko.cn>2023-07-31 15:45:19 +0800
commit816bebea8f61e2fd201e41ded5b6e19ea300842b (patch)
tree020a54a54349e4efbf4d02a2fdd54e75b6c90e6e /overrides
parent05299ee99a475485d2493dea02437f029a993c24 (diff)
downloadinfini-816bebea8f61e2fd201e41ded5b6e19ea300842b.tar.gz
infini-816bebea8f61e2fd201e41ded5b6e19ea300842b.zip
fix: url
Diffstat (limited to 'overrides')
-rw-r--r--overrides/main.html18
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 %}