How to add a link to the copyright statement? #3263
Answered
by
squidfunk
Stephen-Gates
asked this question in
Q&A
-
Is it possible to add a link to the copyright statement in |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Nov 28, 2021
Replies: 1 comment 1 reply
-
You can override the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Stephen-Gates
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can override the
footer.html
partial, but you should also be able to use inline HTML, i.e. you can define the link directly inmkdocs.yml
. For more advanced customizations, 8.0.0 finally moves copyright into a new partial calledcopyright
, which can be overridden without touching the footer. I hope to make the final release today.