Replies: 2 comments
-
Thanks for suggesting. Yes, you can open a PR and add support! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moving to discussions, since this issue was essentially a question. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi @squidfunk! I just released mkdocs-git-revision-date-localized-plugin v0.9, which adds a new tag
page.meta.git_creation_date_localized
(implemented by @PegasisForever).I'd like to offer native support for that tag as well in mkdocs-material. It's backwards compatible; if a user specifies
enable_creation_date: true
, the creation dates should also show up.Implementation-wise, that means:
source-date.html
partial with an additional if/elseWould you be open to a PR for this?
Use Cases
Screenshots / Mockups
Beta Was this translation helpful? Give feedback.
All reactions