-
Hi there, I'm using MkDocs Material for documentation and it has been a great experience so far, but I've just run into an issue that hopefully someone can help me with. I would like to show the creation and latest change date on the page and I found that I should be able to do this with Here's the code that I added in my
Thanks a lot for the help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Try to add search plugin to your plugins back as follow: plugins:
- search
- git-revision-date-localized:
type: date |
Beta Was this translation helpful? Give feedback.
Try to add search plugin to your plugins back as follow: