From bdb8dfa8d2d9ac1668a1a0036d194cb57b168e37 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Mon, 31 Jul 2023 15:03:40 +0800 Subject: feat: add commiter --- overrides/main.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 overrides/main.html (limited to 'overrides/main.html') diff --git a/overrides/main.html b/overrides/main.html new file mode 100644 index 00000000..4d19a86d --- /dev/null +++ b/overrides/main.html @@ -0,0 +1,28 @@ +{% extends "base.html" %} + +{% block content %} + {{ super() }} + + + + + {% if git_page_authors %} +
+ + Authors: {{ git_page_authors | default('enable mkdocs-git-authors-plugin') }} + +
+ {% endif %} + +{% endblock %} -- cgit v1.2.3-70-g09d2