Skip to content

Commit c490983

Browse files
committed
Documentation
1 parent 9508756 commit c490983

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

docs/setup/setting-up-the-footer.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -176,19 +176,11 @@ hide:
176176
:octicons-file-symlink-file-24: Customization
177177

178178
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`.
189181

190182
[Custom copyright support]: https://github.com/squidfunk/mkdocs-material/releases/tag/8.0.0
191183
[copyright notice]: #copyright-notice
192184
[generator notice]: #generator-notice
193185
[extend the theme]: ../customization.md#extending-the-theme
194-
[overriding blocks]: ../customization.md#overriding-blocks
186+
[overriding partials]: ../customization.md#overriding-partials

0 commit comments

Comments
 (0)