aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/overrides/main.html
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-27 14:00:50 +0800
committerGitHub <noreply@github.com>2023-07-27 14:00:50 +0800
commit2e56832f4c6cabf9bb475d8c8bef345d32881512 (patch)
tree78728f9ba69a225ec4fae39019dc3f30e246f545 /docs/overrides/main.html
parent610e826c7848db4f3b0b22ee23e4a2543723594b (diff)
parent913b5eaad25b9ba1cf0ad8d9b25633ec454c74e5 (diff)
downloadinfini-2e56832f4c6cabf9bb475d8c8bef345d32881512.tar.gz
infini-2e56832f4c6cabf9bb475d8c8bef345d32881512.zip
Merge pull request #9 from HydroRoll-Team/mkdocs
mkdocs
Diffstat (limited to 'docs/overrides/main.html')
-rw-r--r--docs/overrides/main.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/overrides/main.html b/docs/overrides/main.html
new file mode 100644
index 00000000..d07c0ab0
--- /dev/null
+++ b/docs/overrides/main.html
@@ -0,0 +1,13 @@
+{% 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 %}