Customize copyright footer #7911
Answered
by
niclasheinz
max-hammer
asked this question in
Q&A
-
Hi there, I would like to customize the copyright footer. Is this possible? |
Beta Was this translation helpful? Give feedback.
Answered by
niclasheinz
Jan 17, 2025
Replies: 1 comment
-
Hi @opensource-coder909 You need to extend the mkdocs-material theme. You need to add
This is well described in the documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
niclasheinz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @opensource-coder909
You need to extend the mkdocs-material theme.
You need to add
partials/copyright.html
and add your copyright footer like this:This is well described in the documentation.