mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 2.6.1 release
This commit is contained in:
parent
b3e293ece9
commit
1a15acc2e7
@ -1,3 +1,10 @@
|
||||
mkdocs-material-2.6.1 (2018-02-11)
|
||||
|
||||
* Fixed #690: Duplicate slashes in source file URLs
|
||||
* Fixed #696: Active page highlight not working with default palette
|
||||
* Added ability to override Disqus integration using metadata
|
||||
* Adjusted German translations
|
||||
|
||||
mkdocs-material-2.6.0 (2018-02-02)
|
||||
|
||||
* Moved default search configuration to default translation (English)
|
||||
|
@ -37,6 +37,16 @@ pip show mkdocs-material
|
||||
|
||||
## Changelog
|
||||
|
||||
### 2.6.1 <small>_ February 11, 2018</small>
|
||||
|
||||
* Fixed [#690][690]: Duplicate slashes in source file URLs
|
||||
* Fixed [#696][696]: Active page highlight not working with default palette
|
||||
* Added ability to override Disqus integration using metadata
|
||||
* Adjusted German translations
|
||||
|
||||
[690]: https://github.com/squidfunk/mkdocs-material/issues/690
|
||||
[696]: https://github.com/squidfunk/mkdocs-material/issues/696
|
||||
|
||||
### 2.6.0 <small>_ February 2, 2018</small>
|
||||
|
||||
* Moved default search configuration to default translation (English)
|
||||
@ -53,7 +63,9 @@ pip show mkdocs-material
|
||||
|
||||
### 2.5.4 <small>_ January 29, 2018</small>
|
||||
|
||||
* Fixed #683: `gh-deploy` fails inside Docker
|
||||
* Fixed [#683][683]: `gh-deploy` fails inside Docker
|
||||
|
||||
[683]: https://github.com/squidfunk/mkdocs-material/issues/683
|
||||
|
||||
### 2.5.3 <small>_ January 25, 2018</small>
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
||||
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
|
||||
{% endfor %}
|
||||
<link rel="shortcut icon" href="{{ base_url }}/{{ config.theme.favicon }}">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.6.0">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.6.1">
|
||||
{% endblock %}
|
||||
{% block htmltitle %}
|
||||
{% if page and page.meta and page.meta.title %}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "2.6.0",
|
||||
"version": "2.6.1",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user