You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using this plugin with mkdocs-material, the last date is wrapped in a div with class md-source-date. We can prevent displaying the last revision date when printing by adding some extra CSS when building:
Good to be explicit to users about this, and add an option enable_on_printing with a default of false.
We would also need to wrap output with <span class="git-revision-date-localized"></span>, so we can also accomodate for use cases without mkdocs-material. CSS to add is then:
When building PDF versions of the website, the last updated date does not display.
Perhaps we can hide it somehow when printing PDF.
The text was updated successfully, but these errors were encountered: