1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Prepare 7.1.4 release

This commit is contained in:
squidfunk 2021-05-06 18:50:05 +02:00
parent e3c3b71412
commit 285fbda615
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
mkdocs-material-7.1.4 (2021-05-06)
* Added support for git-revision-date-localized plugin creation date
* Improved footnote styles on :target and :focus
mkdocs-material-7.1.3+insiders.2.7.1 (2021-05-03)
* Fixed git-revision-date-localized plugin integration (2.7.0 regression)

View File

@ -27,7 +27,7 @@
<link rel="canonical" href="{{ page.canonical_url }}">
{% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.1.3">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.1.4">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}