Skip to content

Commit 0e11afe

Browse files
committed
add date/time test
1 parent a5d32b9 commit 0e11afe

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

docs/markdown_notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,6 @@ cd newdir
8282
First Header | Second Header
8383
------------- | -------------
8484
Content Cell | Content Cell
85-
Content Cell | Content Cell
85+
Content Cell | Content Cell
86+
87+
This page was last updated: *{{ git_revision_date_localized }}*

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ theme:
1717
icon: material/brightness-4
1818
name: Switch to light mode
1919

20-
plugins:
21-
- search
22-
- git-revision-date-localized
20+
# plugins:
21+
# - search
22+
# - git-revision-date-localized
2323

2424
markdown_extensions:
2525
# Python Markdown

0 commit comments

Comments
 (0)