diff options
Diffstat (limited to 'docs/mkdocs.yml')
| -rw-r--r-- | docs/mkdocs.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index fc2f1ed..415a321 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -111,7 +111,9 @@ plugins: - blog - search - git-authors - # - git-revision-date-localized - - git-committers: - repository: HydroRoll-Team/psi - branch: main
\ No newline at end of file + - git-revision-date-localized: + enable_creation_date: true + fallback_to_build_date: true + # - git-committers: + # repository: HydroRoll-Team/psi + # branch: main
\ No newline at end of file |
