diff options
| author | 2024-02-24 12:48:55 +0800 | |
|---|---|---|
| committer | 2024-02-24 12:48:55 +0800 | |
| commit | ae345a2f193a4d6022edda76523a39f6e891843e (patch) | |
| tree | fbe13a483db44dbb4ac222f1cd29583edda9341f /docs/overrides/main.html | |
| parent | 9b916be9c8db9eedabde0331aef0cc53b5918b34 (diff) | |
| download | TRPGNivis-ae345a2f193a4d6022edda76523a39f6e891843e.tar.gz TRPGNivis-ae345a2f193a4d6022edda76523a39f6e891843e.zip | |
refactor!: rewrite python package
Diffstat (limited to 'docs/overrides/main.html')
| -rw-r--r-- | docs/overrides/main.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/overrides/main.html b/docs/overrides/main.html deleted file mode 100644 index d07c0ab..0000000 --- a/docs/overrides/main.html +++ /dev/null @@ -1,13 +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 %} |
