aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-31 16:14:03 +0800
committer简律纯 <i@jyunko.cn>2023-07-31 16:14:03 +0800
commit70a0406d3aabcb18231302577483b394e30f618d (patch)
tree6751f7e06117635a15e8bc50e94c1598ae682bd9
parent816bebea8f61e2fd201e41ded5b6e19ea300842b (diff)
downloadinfini-70a0406d3aabcb18231302577483b394e30f618d.tar.gz
infini-70a0406d3aabcb18231302577483b394e30f618d.zip
feat: fix err of commiter
-rw-r--r--HydroRollCore/home.html (renamed from overrides/home.html)0
-rw-r--r--HydroRollCore/main.html27
-rw-r--r--docs/index.md4
-rw-r--r--overrides/main.html14
4 files changed, 27 insertions, 18 deletions
diff --git a/overrides/home.html b/HydroRollCore/home.html
index 79b18ba8..79b18ba8 100644
--- a/overrides/home.html
+++ b/HydroRollCore/home.html
diff --git a/HydroRollCore/main.html b/HydroRollCore/main.html
new file mode 100644
index 00000000..da3b2334
--- /dev/null
+++ b/HydroRollCore/main.html
@@ -0,0 +1,27 @@
+{% 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 %}
diff --git a/docs/index.md b/docs/index.md
index cce47e7b..85a5be8c 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,5 +1 @@
----
-template: home.html
----
-
你好,世界主!
diff --git a/overrides/main.html b/overrides/main.html
deleted file mode 100644
index f6167702..00000000
--- a/overrides/main.html
+++ /dev/null
@@ -1,14 +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 %} -->
-
-{% endblock %}