mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 1.7.3 release
This commit is contained in:
parent
876b71466f
commit
f4fd1c3cea
@ -1,3 +1,7 @@
|
||||
mkdocs-material-1.7.3 (2017-06-07)
|
||||
|
||||
* Fixed error when setting language to Japanese for site search
|
||||
|
||||
mkdocs-material-1.7.2 (2017-06-06)
|
||||
|
||||
* Fixed offset of search box when repo_url is not set
|
||||
|
@ -12,11 +12,15 @@ To determine the currently installed version, use the following command:
|
||||
|
||||
``` sh
|
||||
pip show mkdocs-material | grep -E ^Version
|
||||
# Version 1.7.2
|
||||
# Version 1.7.3
|
||||
```
|
||||
|
||||
## Changelog
|
||||
|
||||
### 1.7.3 <small> _ June 7, 2017</small>
|
||||
|
||||
* Fixed error when setting language to Japanese for site search
|
||||
|
||||
### 1.7.2 <small> _ June 6, 2017</small>
|
||||
|
||||
* Fixed offset of search box when `repo_url` is not set
|
||||
|
@ -23,7 +23,7 @@
|
||||
{% else %}
|
||||
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
|
||||
{% endif %}
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.7.2">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.7.3">
|
||||
{% endblock %}
|
||||
{% block htmltitle %}
|
||||
{% if page and page.meta.title %}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "1.7.2",
|
||||
"version": "1.7.3",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user