diff options
| author | 2023-07-31 16:14:03 +0800 | |
|---|---|---|
| committer | 2023-07-31 16:14:03 +0800 | |
| commit | 70a0406d3aabcb18231302577483b394e30f618d (patch) | |
| tree | 6751f7e06117635a15e8bc50e94c1598ae682bd9 /overrides/main.html | |
| parent | 816bebea8f61e2fd201e41ded5b6e19ea300842b (diff) | |
| download | infini-70a0406d3aabcb18231302577483b394e30f618d.tar.gz infini-70a0406d3aabcb18231302577483b394e30f618d.zip | |
feat: fix err of commiter
Diffstat (limited to 'overrides/main.html')
| -rw-r--r-- | overrides/main.html | 14 |
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 %} |
