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