mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 3.0.4 release
This commit is contained in:
parent
611493de1f
commit
cf517e5420
@ -1,3 +1,8 @@
|
||||
mkdocs-material-3.0.4 (2018-09-03)
|
||||
|
||||
* Updated Dutch translations
|
||||
* Fixed #856: Remove preconnect meta tag if Google Fonts are disabled
|
||||
|
||||
mkdocs-material-3.0.3 (2018-08-07)
|
||||
|
||||
* Fixed #841: Additional path levels for extra CSS and JS
|
||||
|
@ -49,6 +49,13 @@ pip show mkdocs-material
|
||||
|
||||
## Changelog
|
||||
|
||||
### 3.0.4 <small>_ September 3, 2018</small>
|
||||
|
||||
* Updated Dutch translations
|
||||
* Fixed [#856][856]: Remove preconnect meta tag if Google Fonts are disabled
|
||||
|
||||
[856]: https://github.com/squidfunk/mkdocs-material/issues/856
|
||||
|
||||
### 3.0.3 <small>_ August 7, 2018</small>
|
||||
|
||||
* Fixed [#841][841]: Additional path levels for extra CSS and JS
|
||||
|
@ -36,7 +36,7 @@
|
||||
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
|
||||
{% endfor %}
|
||||
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-3.0.3">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-3.0.4">
|
||||
{% endblock %}
|
||||
{% block htmltitle %}
|
||||
{% if page and page.meta and page.meta.title %}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user