Merge pull request #2362 from seandstewart/add-extracopy-footer

Add `extracopyright` block to footer.html
This commit is contained in:
Martin Donath 2021-03-04 18:40:24 +01:00 committed by GitHub
commit 1e9746b841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 20 deletions

2
.gitignore vendored
View File

@ -26,6 +26,7 @@
/node_modules
/__pycache__
/venv
/.venv
# Build files
/build
@ -62,3 +63,4 @@ tmp
# IDEs
.vscode
.idea

View File

@ -179,12 +179,13 @@ Then, e.g. to override the site title, add the following line to `main.html`:
Material for MkDocs provides the following template blocks:
| Block name | Wrapped contents |
| ------------ | ----------------------------------------------- |
|:------------------|:------------------------------------------------|
| `analytics` | Wraps the Google Analytics integration |
| `announce` | Wraps the announcement bar |
| `config` | Wraps the JavaScript application config |
| `content` | Wraps the main content |
| `disqus` | Wraps the Disqus integration |
| `extracopyright` | Empty block to add custom copyright information |
| `extrahead` | Empty block to add custom meta tags |
| `fonts` | Wraps the font definitions |
| `footer` | Wraps the footer with navigation and copyright |

View File

@ -49,6 +49,7 @@
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
Material for MkDocs
</a>
{% block extracopyright %}{% endblock %}
</div>
{% include "partials/social.html" %}
</div>

View File

@ -94,6 +94,7 @@
>
Material for MkDocs
</a>
{% block extracopyright %}{% endblock %}
</div>
<!-- Social links -->