File tree 1 file changed +3
-11
lines changed 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -176,19 +176,11 @@ hide:
176
176
:octicons-file-symlink-file-24 : Customization
177
177
178
178
In order to customize and override the [copyright notice], [extend the theme]
179
- and [override the `copyright` block][overriding blocks], which is normally set
180
- to the `copyright` property set in `mkdocs.yml` :
181
-
182
- ` ` ` html
183
- {% extends "base.html" %}
184
-
185
- {% block copyright %}
186
- <!-- Add copyright here, including arbitrary HTML -->
187
- {% endblock %}
188
- ` ` `
179
+ and [override the `copyright` partial][overriding partials], which normally
180
+ includes the `copyright` property set in `mkdocs.yml`.
189
181
190
182
[Custom copyright support] : https://github.com/squidfunk/mkdocs-material/releases/tag/8.0.0
191
183
[copyright notice] : # copyright-notice
192
184
[generator notice] : # generator-notice
193
185
[extend the theme] : ../customization.md#extending-the-theme
194
- [overriding blocks ] : ../customization.md#overriding-blocks
186
+ [overriding partials ] : ../customization.md#overriding-partials
You can’t perform that action at this time.
0 commit comments