aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/overrides/main.html
diff options
context:
space:
mode:
author白咕咕 <2432115441@qq.com>2023-07-26 18:02:52 +0800
committer白咕咕 <2432115441@qq.com>2023-07-26 18:02:52 +0800
commit70964662a05b6d86af8b11d20c8160aa5e7b2de9 (patch)
tree612b6bd7e7ec0f22e47c1d6988d72164bca68034 /docs/overrides/main.html
parent598e22e76085c3b9df994207bc67ca0126f28176 (diff)
parentaa4e453e46d6df21991e848b56b52afa72029273 (diff)
downloadTRPGNivis-70964662a05b6d86af8b11d20c8160aa5e7b2de9.tar.gz
TRPGNivis-70964662a05b6d86af8b11d20c8160aa5e7b2de9.zip
Merge remote-tracking branch 'origin/main'
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 0000000..d07c0ab
--- /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 %}