mirror of
https://github.com/TRaSH-Guides/Guides.git
synced 2026-05-07 17:09:45 -05:00
enables displaying the date of the last git modification of a page
enables displaying the date of the last git modification of a page
This commit is contained in:
@@ -32,6 +32,11 @@ markdown_extensions:
|
||||
|
||||
plugins:
|
||||
- search
|
||||
- git-revision-date-localized:
|
||||
type: timeago
|
||||
time_zone: Europe/Amsterdam
|
||||
locale: en
|
||||
fallback_to_build_date: false
|
||||
- awesome-pages
|
||||
- macros:
|
||||
j2_block_start_string: "[[%"
|
||||
|
||||
+2
-1
@@ -3,4 +3,5 @@ mkdocs-material>=6.1.0
|
||||
pymdown-extensions>=3.3.2
|
||||
mkdocs-macros-plugin>=0.4.18
|
||||
mkdocs-awesome-pages-plugin>=2.4.0
|
||||
mkdocs-redirects>=1.0.1
|
||||
mkdocs-redirects>=1.0.1
|
||||
mkdocs-git-revision-date-plugin>=0.7.3
|
||||
Reference in New Issue
Block a user