From 5c098db15c554caeb13fd0adff3ab3ee3e6826ab Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Tue, 25 Jul 2023 13:18:49 +0800 Subject: site --- docs/overrides/main.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/overrides/main.html 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 %} +
+ + Authors: {{ git_page_authors | default('enable mkdocs-git-authors-plugin') }} + +
+ {% endif %} +{% endblock %} \ No newline at end of file -- cgit v1.2.3-70-g09d2