We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d32b9 commit 0e11afeCopy full SHA for 0e11afe
2 files changed
docs/markdown_notes.md
@@ -82,4 +82,6 @@ cd newdir
82
First Header | Second Header
83
------------- | -------------
84
Content Cell | Content Cell
85
-Content Cell | Content Cell
+Content Cell | Content Cell
86
+
87
+This page was last updated: *{{ git_revision_date_localized }}*
mkdocs.yml
@@ -17,9 +17,9 @@ theme:
17
icon: material/brightness-4
18
name: Switch to light mode
19
20
-plugins:
21
- - search
22
- - git-revision-date-localized
+# plugins:
+# - search
+# - git-revision-date-localized
23
24
markdown_extensions:
25
# Python Markdown
0 commit comments