-
I'd like to implement a 401.html page into the root of my site. Similar to 404.html, I'd expect the template to look like this 401.html
If I put this in Is there a way to make this work? Alternatively, if I make a PR for this, would you be open to merging it? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Jan 14, 2022
Replies: 1 comment 1 reply
-
If you list them under Lines 42 to 44 in a8c5da8 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ben519
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you list them under
static_templates
, they will be copied during the build:mkdocs-material/mkdocs.yml
Lines 42 to 44 in a8c5da8