Is there a way to hide the last update date on single pages #6148
-
Hi I am using the Revisioning feature to display the date of last update per page. Is there a way to hide this last update information on single pages (for example index.md), just like other things can be hidden?
cheers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
As the linked documentation of mkdocs-material includes various features provided by supported external plugins, it would be helpful to know what part you want to disable.
As stated earlier, these are all functions provided by external plugins that receive support (styling, etc.) from mkdocs-material. The provided documentation only covers a basic setup. For extended documentation, you should check out the respective plugin documentation as linked above. |
Beta Was this translation helpful? Give feedback.
As the linked documentation of mkdocs-material includes various features provided by supported external plugins, it would be helpful to know what part you want to disable.
As stated earlier, these are all functions provided by external plugins that receive support (styling, etc.) from mkdocs-material. The provided documentation only covers a basic setup.
For extended documentation, …