diff options
| author | 2023-07-26 18:02:52 +0800 | |
|---|---|---|
| committer | 2023-07-26 18:02:52 +0800 | |
| commit | 70964662a05b6d86af8b11d20c8160aa5e7b2de9 (patch) | |
| tree | 612b6bd7e7ec0f22e47c1d6988d72164bca68034 /docs/overrides/main.html | |
| parent | 598e22e76085c3b9df994207bc67ca0126f28176 (diff) | |
| parent | aa4e453e46d6df21991e848b56b52afa72029273 (diff) | |
| download | TRPGNivis-70964662a05b6d86af8b11d20c8160aa5e7b2de9.tar.gz TRPGNivis-70964662a05b6d86af8b11d20c8160aa5e7b2de9.zip | |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'docs/overrides/main.html')
| -rw-r--r-- | docs/overrides/main.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/overrides/main.html b/docs/overrides/main.html new file mode 100644 index 0000000..d07c0ab --- /dev/null +++ b/docs/overrides/main.html @@ -0,0 +1,13 @@ +{% 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 %} |
