mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 1.5.1 release
This commit is contained in:
parent
758f07cadc
commit
a00c8b1fdb
@ -1,3 +1,8 @@
|
||||
mkdocs-material-1.5.1 (2017-03-30)
|
||||
|
||||
* Fixed rendering and offset of targetted footnotes
|
||||
* Fixed #238: Link on logo is not set to site_url
|
||||
|
||||
mkdocs-material-1.5.0 (2017-03-24)
|
||||
|
||||
* Added support for localization of search placeholder
|
||||
|
@ -12,11 +12,18 @@ To determine the currently installed version, use the following command:
|
||||
|
||||
``` sh
|
||||
pip show mkdocs-material | grep -E ^Version
|
||||
# Version 1.5.0
|
||||
# Version 1.5.1
|
||||
```
|
||||
|
||||
## Changelog
|
||||
|
||||
### 1.5.1 <small> _ March 30, 2017</small>
|
||||
|
||||
* Fixed rendering and offset of targetted footnotes
|
||||
* Fixed [#238][238]: Link on logo is not set to `site_url`
|
||||
|
||||
[238]: https://github.com/squidfunk/mkdocs-material/issues/238
|
||||
|
||||
### 1.5.0 <small> _ March 24, 2017</small>
|
||||
|
||||
* Added support for localization of search placeholder
|
||||
|
@ -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.5.0">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.5.1">
|
||||
{% endblock %}
|
||||
{% block htmltitle %}
|
||||
{% if page and page.meta.title %}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user