aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-25 13:18:49 +0800
committer简律纯 <i@jyunko.cn>2023-07-25 13:18:49 +0800
commit5c098db15c554caeb13fd0adff3ab3ee3e6826ab (patch)
tree94a546a9e4aca6e1b3a63d1836d1f2fe85e490f3
parent27fc62d0f98b2a2f555fa013fe3cc70b2da9d92a (diff)
downloadTRPGNivis-5c098db15c554caeb13fd0adff3ab3ee3e6826ab.tar.gz
TRPGNivis-5c098db15c554caeb13fd0adff3ab3ee3e6826ab.zip
site
-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..ec4ec2a
--- /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 %} \ No newline at end of file