aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/overrides/main.html
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-31 16:14:03 +0800
committer简律纯 <i@jyunko.cn>2023-07-31 16:14:03 +0800
commit70a0406d3aabcb18231302577483b394e30f618d (patch)
tree6751f7e06117635a15e8bc50e94c1598ae682bd9 /overrides/main.html
parent816bebea8f61e2fd201e41ded5b6e19ea300842b (diff)
downloadinfini-70a0406d3aabcb18231302577483b394e30f618d.tar.gz
infini-70a0406d3aabcb18231302577483b394e30f618d.zip
feat: fix err of commiter
Diffstat (limited to 'overrides/main.html')
-rw-r--r--overrides/main.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/overrides/main.html b/overrides/main.html
deleted file mode 100644
index f6167702..00000000
--- a/overrides/main.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{% 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 %}