mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-13 18:40:54 +01:00
19 lines
624 B
HTML
19 lines
624 B
HTML
{#-
|
|
This file was automatically generated - do not edit
|
|
-#}
|
|
{% import "partials/language.html" as lang with context %}
|
|
{% set label = lang.t("source.file.date.updated") %}
|
|
<hr>
|
|
<div class="md-source-date">
|
|
<small>
|
|
{% if page.meta.git_revision_date_localized %}
|
|
{{ label }}: {{ page.meta.git_revision_date_localized }}
|
|
{% if page.meta.git_creation_date_localized %}
|
|
<br>{{ lang.t("source.file.date.created") }}: {{ page.meta.git_creation_date_localized }}
|
|
{% endif %}
|
|
{% elif page.meta.revision_date %}
|
|
{{ label }}: {{ page.meta.revision_date }}
|
|
{% endif %}
|
|
</small>
|
|
</div>
|