-
I had to add a tag to my github page for something else. any way to change this back or edit something ? |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Jul 31, 2022
Replies: 1 comment 1 reply
-
Material for MkDocs will automatically query the latest release and show it. You can hide it with extra CSS, Edit: The CSS is even simpler after the last refactoring: .md-source__fact--version {
display: none;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
TRaSH-
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Material for MkDocs will automatically query the latest release and show it. You can hide it with extra CSS,
see #2481 (comment).Edit: The CSS is even simpler after the last refactoring: