Skip to content
Snippets Groups Projects
Commit ed95c1c5 authored by squidfunk's avatar squidfunk
Browse files

Prepare 2.7.1 release

parent bdaf0430
No related branches found
No related tags found
No related merge requests found
mkdocs-material-2.7.1 (2018-03-21)
* Added Galician translations
* Fixed #730: Scroll chasing error on home page if Disqus is enabled
* Fixed #736: Reset drawer and search upon back button invocation
mkdocs-material-2.7.0 (2018-03-06)
* Added ability to set absolute URL for logo
......
......@@ -297,6 +297,11 @@ theme:
### Language
!!! info "Call for Contributions: Add languages/translations to Material"
Help translate Material into more languages - it's just **one click** and
takes approximately **2 minutes**: [click here](http://bit.ly/2EbzFc8)
#### Localization
> Default: `en`
......@@ -379,9 +384,6 @@ all translations:
cp partials/language/en.html partials/language/jp.html
```
Feel free to contribute your localization to Material for MkDocs by opening a
Pull Request.
[16]: https://www.w3schools.com/tags/ref_language_codes.asp
#### Text direction
......
# Material <small>for MkDocs</small>
!!! info "Call for Contributions: Add languages/translations to Material"
Help translate Material into more languages - it's just **one click** and
takes approximately **2 minutes**: [click here](http://bit.ly/2EbzFc8)
## Create beautiful project documentation
Material is a theme for [MkDocs][1], an excellent static site generator geared
......
......@@ -37,6 +37,15 @@ pip show mkdocs-material
## Changelog
### 2.7.1 <small>_ March 21, 2018</small>
* Added Galician translations
* Fixed [#730][730]: Scroll chasing error on home page if Disqus is enabled
* Fixed [#736][736]: Reset drawer and search upon back button invocation
[730]: https://github.com/squidfunk/mkdocs-material/issues/730
[736]: https://github.com/squidfunk/mkdocs-material/issues/736
### 2.7.0 <small>_ March 6, 2018</small>
* Added ability to set absolute URL for logo
......
......@@ -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.7.0">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.7.1">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}
......
{
"name": "mkdocs-material",
"version": "2.7.0",
"version": "2.7.1",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment