mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 2.9.1 release
This commit is contained in:
parent
602de62ae3
commit
60d8b01468
@ -1,3 +1,9 @@
|
||||
mkdocs-material-2.9.1 (2018-06-18)
|
||||
|
||||
* Added support for different spellings for theme color
|
||||
* Fixed #799: Added support for web font minification in production
|
||||
* Fixed #800: Added .highlighttable as an alias for .codehilitetable
|
||||
|
||||
mkdocs-material-2.9.0 (2018-06-13)
|
||||
|
||||
* Added support for theme color on Android
|
||||
|
@ -37,6 +37,15 @@ pip show mkdocs-material
|
||||
|
||||
## Changelog
|
||||
|
||||
### 2.9.1 <small>_ June 18, 2018</small>
|
||||
|
||||
* Added support for different spellings for theme color
|
||||
* Fixed [#799][799]: Added support for web font minification in production
|
||||
* Fixed [#800][800]: Added `.highlighttable` as an alias for `.codehilitetable`
|
||||
|
||||
[799]: https://github.com/squidfunk/mkdocs-material/issues/799
|
||||
[800]: https://github.com/squidfunk/mkdocs-material/issues/800
|
||||
|
||||
### 2.9.0 <small>_ June 13, 2018</small>
|
||||
|
||||
* Added support for theme color on Android
|
||||
|
@ -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.9.0">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.9.1">
|
||||
{% endblock %}
|
||||
{% block htmltitle %}
|
||||
{% if page and page.meta and page.meta.title %}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "2.9.0",
|
||||
"version": "2.9.1",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user