diff --git a/docs/overrides/partials/content.html b/docs/overrides/partials/content.html
new file mode 100644
index 0000000..751a9e8
--- /dev/null
+++ b/docs/overrides/partials/content.html
@@ -0,0 +1,91 @@
+{#-
+ Override Material theme content partial
+ Adds page metadata bar: creation date, update date, word count, reading time
+-#}
+{% include "partials/tags.html" %}
+{% include "partials/actions.html" %}
+{% if "
{{ page.title | d(config.site_name, true)}}
+{% endif %}
+
+{#- Metadata bar #}
+{% if page.meta and (page.meta.git_revision_date_localized or page.meta.git_creation_date_localized) %}
+
+
+ {% include ".icons/material/calendar-plus.svg" %}
+ 创建:{{ page.meta.git_creation_date_localized }}
+
+
+ {% include ".icons/material/calendar-edit.svg" %}
+ 更新:{{ page.meta.git_revision_date_localized }}
+
+
+ {% include ".icons/material/text-short.svg" %}
+ 字数:...
+
+
+ {% include ".icons/material/clock-outline.svg" %}
+ 阅读:...
+
+
+{% endif %}
+
+{{ page.content }}
+{% include "partials/source-file.html" %}
+{% include "partials/feedback.html" %}
+{% include "partials/comments.html" %}
+
+{#- Word count & reading time script (SPA-aware) #}
+
+
+{#- CSS for metadata bar #}
+
diff --git a/mkdocs.yml b/mkdocs.yml
index a37aa60..064b82c 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -52,6 +52,10 @@ markdown_extensions:
plugins:
- search:
lang: zh # 中文搜索优化
+ - git-revision-date-localized:
+ enable_creation_date: true
+ type: date
+ locale: zh
extra:
social: