File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,6 @@ Material for MkDocs provides the following template blocks:
185
185
| `config` | Wraps the JavaScript application config |
186
186
| `content` | Wraps the main content |
187
187
| `disqus` | Wraps the Disqus integration |
188
- | `extracopyright` | Empty block to add custom copyright information |
189
188
| `extrahead` | Empty block to add custom meta tags |
190
189
| `fonts` | Wraps the font definitions |
191
190
| `footer` | Wraps the footer with navigation and copyright |
@@ -203,7 +202,18 @@ Material for MkDocs provides the following template blocks:
203
202
204
203
For more on this topic refer to the [MkDocs documentation][5].
205
204
206
- [5] : https://www.mkdocs.org/user-guide/styling-your-docs/#overriding-template-blocks
205
+ [5] : https://www.mkdocs.org/user-guide/styling-your-docs/#overriding-template-blocks
206
+
207
+ Material for MkDocs provides also extra variables that can be set in `main.html`, e.g.
208
+
209
+ ` ` ` html
210
+ {% extends "base.html" %}
211
+
212
+ {% set extracopyright %}
213
+ an this other tool
214
+ {% endset %}
215
+ ` ` `
216
+ will add `an this other tool` next to the `Made with Material for Mkdocs` in the footer.
207
217
208
218
# # Theme development
209
219
You can’t perform that action at this time.
0 commit comments