1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-28 01:10:58 +01:00

Updated built files and fixed revision date integration

This commit is contained in:
squidfunk 2019-12-11 17:47:48 +01:00
parent f08f2fbf65
commit afe1d65b15
42 changed files with 166 additions and 134 deletions

View File

@ -0,0 +1,59 @@
# Revision date
[mkdocs-git-revision-date-localized-plugin][1] is an extension that shows the
date on which a Markdown file was last updated in _Git_ at the bottom of each
page. The date is extracted at the time of the build, so `mkdocs build` must
be triggered from within a Git repository.
[1]: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin
## Installation
Add the following lines to your `mkdocs.yml`:
``` yaml
plugins:
- git-revision-date-localized
```
## Usage
The date is automatiaclly added at the bottom of each page, e.g.:
```
Last updated: 9 December, 2019
```
### Changing the language
The date is printed according to the locale which is determined through the
[theme language][1] that was set in `mkdocs.yml`.
[1]: https://squidfunk.github.io/mkdocs-material/getting-started/#language
### Changing the format
To change the date format, set the `type` parameter to one of `date`,
`datetime`, `iso_date`, `iso_datetime` or `timeago`, i.e.:
``` gnuplot
28 November, 2019 # type: date
28 November, 2019 13:57:28 # type: datetime
2019-11-28 # type: iso_date
2019-11-28 13:57:26 # type: iso_datetime
20 hours ago # type: timeago
```
Example:
``` yaml
plugins:
- git-revision-date-localized:
type: timeago
```
Result:
```
20 hours ago
```

View File

@ -1,45 +0,0 @@
# Revision date
[mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) is an extension that enables adding a revision date to a markdown file.
As the name says, it takes this revision date from GIT.
## Installation
Add the following lines to your `mkdocs.yml`:
``` yaml
plugins:
- git-revision-date-localized
```
## Usage
Material for MkDocs will add the revision date to the bottom of every markdown page, for example:
```
Last updated: 9 December 2019
```
To change the language, set the theme language, see [Getting started - Language][1].
[1]: https://squidfunk.github.io/mkdocs-material/getting-started/#language
To change the date format, set the `type` parameter to one of `date`, `datetime`, `iso_date`, `iso_datetime` or `timeago`. Default is `date`. Example outputs:
```bash
28 November, 2019 # type: date
28 November, 2019 13:57:28 # type: datetime
2019-11-28 # type: iso_date
2019-11-28 13:57:26 # type: iso_datetime
20 hours ago # type: timeago
```
Example setting:
```yaml
# mkdocs.yml
plugins:
- git-revision-date-localized:
type: timeago
```

View File

@ -180,14 +180,21 @@
</a> </a>
{% endif %} {% endif %}
{% endblock %} {% endblock %}
{% if page and page.meta and (
page.meta.git_revision_date_localized or
page.meta.revision_date
) %}
{% set label = lang.t("source.revision.date") %}
<hr>
<div class="md-source-date">
<small>
{% if page.meta.git_revision_date_localized %} {% if page.meta.git_revision_date_localized %}
<small> {{ label }}: {{ page.meta.git_revision_date_localized }}
{{ lang.t('last.update') }}: {{ page.meta.git_revision_date_localized }}
</small>
{% elif page.meta.revision_date %} {% elif page.meta.revision_date %}
<small> {{ label }}: {{ page.meta.revision_date }}
{{ lang.t('last.update') }}: {{ page.meta.revision_date }} {% endif %}
</small> </small>
</div>
{% endif %} {% endif %}
{% endblock %} {% endblock %}
{% block disqus %} {% block disqus %}

View File

@ -18,6 +18,6 @@
"search.result.other": "# ooreenstemmende dokumente", "search.result.other": "# ooreenstemmende dokumente",
"skip.link.title": "Slaan oor na inhoud", "skip.link.title": "Slaan oor na inhoud",
"source.link.title": "Slaan oor na inhoud", "source.link.title": "Slaan oor na inhoud",
"toc.title": "Inhoudsopgawe", "source.revision.date": "Laaste opdatering",
"last.update": "Laaste opdatering" "toc.title": "Inhoudsopgawe"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -21,6 +21,6 @@
"search.result.other": "نتائج البحث # مستندات", "search.result.other": "نتائج البحث # مستندات",
"skip.link.title": "انتقل إلى المحتوى", "skip.link.title": "انتقل إلى المحتوى",
"source.link.title": "اذهب إلى المصدر", "source.link.title": "اذهب إلى المصدر",
"toc.title": "جدول المحتويات", "source.revision.date": "اخر تحديث",
"last.update": "اخر تحديث" "toc.title": "جدول المحتويات"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,6 +18,6 @@
"search.result.other": "# documents coincidents", "search.result.other": "# documents coincidents",
"skip.link.title": "Salta el contingut", "skip.link.title": "Salta el contingut",
"source.link.title": "Ves al repositori", "source.link.title": "Ves al repositori",
"toc.title": "Taula de continguts", "source.revision.date": "Darrera actualització",
"last.update": "Darrera actualització" "toc.title": "Taula de continguts"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,6 +18,6 @@
"search.result.other": "Nalezené dokumenty: #", "search.result.other": "Nalezené dokumenty: #",
"skip.link.title": "Přeskočit obsah", "skip.link.title": "Přeskočit obsah",
"source.link.title": "Přejít do repozitáře", "source.link.title": "Přejít do repozitáře",
"toc.title": "Obsah", "source.revision.date": "Poslední aktualizace",
"last.update": "Poslední aktualizace" "toc.title": "Obsah"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,6 +18,6 @@
"search.result.other": "# resultater", "search.result.other": "# resultater",
"skip.link.title": "Gå til indholdet", "skip.link.title": "Gå til indholdet",
"source.link.title": "Åbn arkiv", "source.link.title": "Åbn arkiv",
"toc.title": "Indholdsfortegnelse", "source.revision.date": "Sidste ændring",
"last.update": "Sidste ændring" "toc.title": "Indholdsfortegnelse"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,6 +18,6 @@
"search.result.other": "# Suchergebnisse", "search.result.other": "# Suchergebnisse",
"skip.link.title": "Zum Inhalt", "skip.link.title": "Zum Inhalt",
"source.link.title": "Quellcode", "source.link.title": "Quellcode",
"toc.title": "Inhaltsverzeichnis", "source.revision.date": "Letztes Update",
"last.update": "Letztes Update" "toc.title": "Inhaltsverzeichnis"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -22,6 +22,6 @@
"search.tokenizer": "[\s\-]+", "search.tokenizer": "[\s\-]+",
"skip.link.title": "Skip to content", "skip.link.title": "Skip to content",
"source.link.title": "Go to repository", "source.link.title": "Go to repository",
"toc.title": "Table of contents", "source.revision.date": "Last update",
"last.update": "Last update" "toc.title": "Table of contents"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,6 +18,6 @@
"search.result.other": "# documentos encontrados", "search.result.other": "# documentos encontrados",
"skip.link.title": "Saltar a contenido", "skip.link.title": "Saltar a contenido",
"source.link.title": "Ir al repositorio", "source.link.title": "Ir al repositorio",
"toc.title": "Tabla de contenidos", "source.revision.date": "Última actualización",
"last.update": "Última actualización" "toc.title": "Tabla de contenidos"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -20,6 +20,6 @@
"search.result.other": "Leiti # tulemust", "search.result.other": "Leiti # tulemust",
"skip.link.title": "Keri sisuni", "skip.link.title": "Keri sisuni",
"source.link.title": "Ava repositooriumis", "source.link.title": "Ava repositooriumis",
"toc.title": "Sisukord", "source.revision.date": "Viimane uuendus",
"last.update": "Viimane uuendus" "toc.title": "Sisukord"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -21,6 +21,6 @@
"search.result.other": "# سند یافت شد", "search.result.other": "# سند یافت شد",
"skip.link.title": "پرش به محتویات", "skip.link.title": "پرش به محتویات",
"source.link.title": "رفتن به مخزن", "source.link.title": "رفتن به مخزن",
"toc.title": "فهرست موضوعات", "source.revision.date": "اخرین بروزرسانی",
"last.update": "اخرین بروزرسانی" "toc.title": "فهرست موضوعات"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,6 +18,6 @@
"search.result.other": "# täsmäävää dokumenttia", "search.result.other": "# täsmäävää dokumenttia",
"skip.link.title": "Hyppää sisältöön", "skip.link.title": "Hyppää sisältöön",
"source.link.title": "Mene repositoryyn", "source.link.title": "Mene repositoryyn",
"toc.title": "Sisällysluettelo", "source.revision.date": "Viimeisin päivitys",
"last.update": "Viimeisin päivitys" "toc.title": "Sisällysluettelo"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -17,6 +17,6 @@
"search.result.one": "1 document trouvé", "search.result.one": "1 document trouvé",
"search.result.other": "# documents trouvés", "search.result.other": "# documents trouvés",
"source.link.title": "Aller au dépôt", "source.link.title": "Aller au dépôt",
"toc.title": "Table des matières", "source.revision.date": "Dernière mise à jour",
"last.update": "Dernière mise à jour" "toc.title": "Table des matières"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,6 +18,6 @@
"search.result.other": "# resultados atopados", "search.result.other": "# resultados atopados",
"skip.link.title": "Ir ao contido", "skip.link.title": "Ir ao contido",
"source.link.title": "Ir ao repositorio", "source.link.title": "Ir ao repositorio",
"toc.title": "Táboa de contidos", "source.revision.date": "Última actualización",
"last.update": "Última actualización" "toc.title": "Táboa de contidos"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -20,6 +20,6 @@
"search.result.other": "# αντίστοιχα αρχεία", "search.result.other": "# αντίστοιχα αρχεία",
"skip.link.title": "Μετάβαση στο περιεχόμενο", "skip.link.title": "Μετάβαση στο περιεχόμενο",
"source.link.title": "Μετάβαση στο αποθετήριο", "source.link.title": "Μετάβαση στο αποθετήριο",
"toc.title": "Πίνακας περιεχομένων", "source.revision.date": "τελευταία ενημέρωση",
"last.update": "τελευταία ενημέρωση" "toc.title": "Πίνακας περιεχομένων"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -21,6 +21,6 @@
"search.result.other": "# מסמך תואם", "search.result.other": "# מסמך תואם",
"skip.link.title": "דלג לתוכן", "skip.link.title": "דלג לתוכן",
"source.link.title": "עבור אל מאגר", "source.link.title": "עבור אל מאגר",
"toc.title": "תוכן העניינים", "source.revision.date": "העדכון אחרון",
"last.update": "העדכון אחרון" "toc.title": "תוכן העניינים"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -20,6 +20,6 @@
"search.result.other": "# मिलान डाक्यूमेंट्स", "search.result.other": "# मिलान डाक्यूमेंट्स",
"skip.link.title": "विषय पर बढ़ें", "skip.link.title": "विषय पर बढ़ें",
"source.link.title": "रिपॉजिटरी पर जाएं", "source.link.title": "रिपॉजिटरी पर जाएं",
"toc.title": "विषय - सूची", "source.revision.date": "आखिरी अपडेट",
"last.update": "आखिरी अपडेट" "toc.title": "विषय - सूची"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -20,6 +20,6 @@
"search.result.other": "# rezultata pretraživanja", "search.result.other": "# rezultata pretraživanja",
"skip.link.title": "Preskočite na sadržaj", "skip.link.title": "Preskočite na sadržaj",
"source.link.title": "Idite u repozitorij", "source.link.title": "Idite u repozitorij",
"toc.title": "Sadržaj", "source.revision.date": "Zadnje ažuriranje",
"last.update": "Zadnje ažuriranje" "toc.title": "Sadržaj"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,6 +18,6 @@
"search.result.other": "# egyező dokumentum", "search.result.other": "# egyező dokumentum",
"skip.link.title": "Kihagyás", "skip.link.title": "Kihagyás",
"source.link.title": "Főoldalra ugrás", "source.link.title": "Főoldalra ugrás",
"toc.title": "Tartalomjegyzék", "source.revision.date": "Utolsó frissítés",
"last.update": "Utolsó frissítés" "toc.title": "Tartalomjegyzék"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -20,6 +20,6 @@
"search.result.other": "# dokumen ditemukan", "search.result.other": "# dokumen ditemukan",
"skip.link.title": "Lewati ke isi", "skip.link.title": "Lewati ke isi",
"source.link.title": "Menuju repositori", "source.link.title": "Menuju repositori",
"toc.title": "Daftar isi", "source.revision.date": "Pembaharuan Terakhir",
"last.update": "Pembaharuan Terakhir" "toc.title": "Daftar isi"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,6 +18,6 @@
"search.result.other": "# documenti trovati", "search.result.other": "# documenti trovati",
"skip.link.title": "Vai al contenuto", "skip.link.title": "Vai al contenuto",
"source.link.title": "Apri repository", "source.link.title": "Apri repository",
"toc.title": "Indice", "source.revision.date": "Ultimo aggiornamento",
"last.update": "Ultimo aggiornamento" "toc.title": "Indice"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,6 +18,6 @@
"search.result.other": "#件見つかりました", "search.result.other": "#件見つかりました",
"search.tokenizer": "[\s\- 、。,.]+", "search.tokenizer": "[\s\- 、。,.]+",
"source.link.title": "リポジトリへ", "source.link.title": "リポジトリへ",
"toc.title": "目次", "source.revision.date": "最後の更新",
"last.update": "最後の更新" "toc.title": "目次"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -17,5 +17,6 @@
"search.result.one": "1개의 일치하는 문서", "search.result.one": "1개의 일치하는 문서",
"search.result.other": "#개의 일치하는 문서", "search.result.other": "#개의 일치하는 문서",
"source.link.title": "저장소로 이동", "source.link.title": "저장소로 이동",
"source.revision.date": "마지막 업데이트",
"toc.title": "목차" "toc.title": "목차"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,6 +18,6 @@
"search.result.other": "# overeenkomende documenten", "search.result.other": "# overeenkomende documenten",
"skip.link.title": "Ga naar inhoud", "skip.link.title": "Ga naar inhoud",
"source.link.title": "Ga naar repository", "source.link.title": "Ga naar repository",
"toc.title": "Inhoudsopgave", "source.revision.date": "Laatst geüpdatet op",
"last.update": "Laatst geüpdatet op" "toc.title": "Inhoudsopgave"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,6 +18,6 @@
"search.result.other": "# treff", "search.result.other": "# treff",
"skip.link.title": "Gå til innhald", "skip.link.title": "Gå til innhald",
"source.link.title": "Gå til kjelde", "source.link.title": "Gå til kjelde",
"toc.title": "Innhaldsliste", "source.revision.date": "Siste oppdatering",
"last.update": "Siste oppdatering" "toc.title": "Innhaldsliste"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,6 +18,6 @@
"search.result.other": "# treff", "search.result.other": "# treff",
"skip.link.title": "Gå til innhold", "skip.link.title": "Gå til innhold",
"source.link.title": "Gå til kilde", "source.link.title": "Gå til kilde",
"toc.title": "Innholdsfortegnelse", "source.revision.date": "Siste oppdatering",
"last.update": "Siste oppdatering" "toc.title": "Innholdsfortegnelse"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -20,6 +20,6 @@
"search.result.other": "Wyniki wyszukiwania: #", "search.result.other": "Wyniki wyszukiwania: #",
"skip.link.title": "Przejdź do treści", "skip.link.title": "Przejdź do treści",
"source.link.title": "Idź do repozytorium", "source.link.title": "Idź do repozytorium",
"toc.title": "Spis treści", "source.revision.date": "Ostatnia aktualizacja",
"last.update": "Ostatnia aktualizacja" "toc.title": "Spis treści"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,6 +18,6 @@
"search.result.other": "# resultados encontrados", "search.result.other": "# resultados encontrados",
"skip.link.title": "Ir para o conteúdo", "skip.link.title": "Ir para o conteúdo",
"source.link.title": "Ir ao repositório", "source.link.title": "Ir ao repositório",
"toc.title": "Índice", "source.revision.date": "Última atualização",
"last.update": "Última atualização" "toc.title": "Índice"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,6 +18,6 @@
"search.result.other": "Найдено # совпадений", "search.result.other": "Найдено # совпадений",
"skip.link.title": "Перейти к содержанию", "skip.link.title": "Перейти к содержанию",
"source.link.title": "Перейти к репозиторию", "source.link.title": "Перейти к репозиторию",
"toc.title": "Содержание", "source.revision.date": "Последнее обновление",
"last.update": "Последнее обновление" "toc.title": "Содержание"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,5 +18,6 @@
"search.result.other": "# zadetkov", "search.result.other": "# zadetkov",
"skip.link.title": "Skoči na vsebino", "skip.link.title": "Skoči na vsebino",
"source.link.title": "Pojdi na repozitorij", "source.link.title": "Pojdi na repozitorij",
"source.revision.date": "Zadnja posodobitev",
"toc.title": "Kazalo" "toc.title": "Kazalo"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,6 +18,6 @@
"search.result.other": "Vyhovujúce dokumenty: #", "search.result.other": "Vyhovujúce dokumenty: #",
"skip.link.title": "Preskočiť na obsah", "skip.link.title": "Preskočiť na obsah",
"source.link.title": "Zobraziť repozitár", "source.link.title": "Zobraziť repozitár",
"toc.title": "Obsah", "source.revision.date": "Posledná aktualizácia",
"last.update": "Posledná aktualizácia" "toc.title": "Obsah"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -20,6 +20,6 @@
"search.result.other": "# резултата претраге", "search.result.other": "# резултата претраге",
"skip.link.title": "Иди на текст", "skip.link.title": "Иди на текст",
"source.link.title": "Иди у репозиторијум", "source.link.title": "Иди у репозиторијум",
"toc.title": "Садржај", "source.revision.date": "Последња исправка",
"last.update": "Последња исправка" "toc.title": "Садржај"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,6 +18,6 @@
"search.result.other": "# sökresultat", "search.result.other": "# sökresultat",
"skip.link.title": "Gå till innehållet", "skip.link.title": "Gå till innehållet",
"source.link.title": "Gå till datakatalog", "source.link.title": "Gå till datakatalog",
"toc.title": "Innehållsförteckning", "source.revision.date": "Senaste uppdateringen",
"last.update": "Senaste uppdateringen" "toc.title": "Innehållsförteckning"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -17,6 +17,6 @@
"search.result.one": "1 doküman bulundu", "search.result.one": "1 doküman bulundu",
"search.result.other": "# doküman bulundu", "search.result.other": "# doküman bulundu",
"source.link.title": "Depoya git", "source.link.title": "Depoya git",
"toc.title": "İçindekiler", "source.revision.date": "Son Güncelleme",
"last.update": "Son Güncelleme" "toc.title": "İçindekiler"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,6 +18,6 @@
"search.result.other": "Знайдено # збігів", "search.result.other": "Знайдено # збігів",
"skip.link.title": "Перейти до змісту", "skip.link.title": "Перейти до змісту",
"source.link.title": "Перейти до репозиторію", "source.link.title": "Перейти до репозиторію",
"toc.title": "Зміст", "source.revision.date": "Останнє оновлення",
"last.update": "Останнє оновлення" "toc.title": "Зміст"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -17,6 +17,6 @@
"search.result.other": "# tài liệu liên quan", "search.result.other": "# tài liệu liên quan",
"skip.link.title": "Vào thẳng nội dung", "skip.link.title": "Vào thẳng nội dung",
"source.link.title": "Đến kho lưu trữ mã nguồn", "source.link.title": "Đến kho lưu trữ mã nguồn",
"toc.title": "Mục lục", "source.revision.date": "Cập nhật cuối cùng",
"last.update": "Cập nhật cuối cùng" "toc.title": "Mục lục"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -19,6 +19,6 @@
"search.tokenizer": "[\\。]+", "search.tokenizer": "[\\。]+",
"skip.link.title": "跳轉至", "skip.link.title": "跳轉至",
"source.link.title": "前往 Github 倉庫", "source.link.title": "前往 Github 倉庫",
"toc.title": "目錄", "source.revision.date": "最後更新",
"last.update": "最後更新" "toc.title": "目錄"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -19,6 +19,6 @@
"search.tokenizer": "[\\。]+", "search.tokenizer": "[\\。]+",
"skip.link.title": "跳转至", "skip.link.title": "跳转至",
"source.link.title": "前往 Github 仓库", "source.link.title": "前往 Github 仓库",
"toc.title": "目录", "source.revision.date": "最后更新",
"last.update": "最后更新" "toc.title": "目录"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -120,7 +120,7 @@ nav:
- Metadata: extensions/metadata.md - Metadata: extensions/metadata.md
- Permalinks: extensions/permalinks.md - Permalinks: extensions/permalinks.md
- PyMdown: extensions/pymdown.md - PyMdown: extensions/pymdown.md
- Revision date: extensions/revision_date.md - Revision date: extensions/revision-date.md
- Specimen: specimen.md - Specimen: specimen.md
- Customization: customization.md - Customization: customization.md
- Compliance with GDPR: compliance.md - Compliance with GDPR: compliance.md

View File

@ -330,17 +330,26 @@
{% endblock %} {% endblock %}
<!-- Support for mkdocs-git-revision-date-localized-plugin --> <!-- Support for mkdocs-git-revision-date-localized-plugin -->
{% if page.meta.git_revision_date_localized %} {% if page and page.meta and (
page.meta.git_revision_date_localized or
page.meta.revision_date
) %}
{% set label = lang.t("source.revision.date") %}
<hr />
<div class="md-source-date">
<small> <small>
{{ lang.t('source.revision.date') }}: {{ page.meta.git_revision_date_localized }}
</small>
<!-- Support for mkdocs-git-revision-date-plugin -->
{% elif page.meta.revision_date %}
<small>
{{ lang.t('source.revision.date') }}: {{ page.meta.revision_date }}
</small>
{% endif %}
<!-- mkdocs-git-revision-date-localized-plugin -->
{% if page.meta.git_revision_date_localized %}
{{ label }}: {{ page.meta.git_revision_date_localized }}
<!-- mkdocs-git-revision-date-plugin -->
{% elif page.meta.revision_date %}
{{ label }}: {{ page.meta.revision_date }}
{% endif %}
</small>
</div>
{% endif %}
{% endblock %} {% endblock %}
<!-- Disqus integration --> <!-- Disqus integration -->