1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-13 18:40:54 +01:00

Merge branch 'master' of github.com:squidfunk/mkdocs-material

This commit is contained in:
squidfunk 2021-03-04 19:53:12 +01:00
commit 827f480393
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 -->