{#-
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 #}