diff --git a/CHANGELOG b/CHANGELOG index 59933a652..5223bd020 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -32,11 +32,12 @@ mkdocs-material-1.0.0-rc.1 (2016-XX-XX) * Added more detailed documentation on specimen, extensions etc. * Added a 404.html error page for deployment on GitHub Pages * Fixed live reload chain in watch mode when saving a template + * Fixed variable references to work with mkdocs 0.16 mkdocs-material-0.2.4 (2016-06-26) * Fixed improperly set default favicon - * Fixed #33: Protocol relative URL for web fonts doesn't work with file:// + * Fixed #33: Protocol relative URL for webfonts doesn't work with file:// * Fixed #34: IE11 on Windows 7 doesn't honor max-width on main tag * Fixed #35: Add styling for blockquotes @@ -95,4 +96,4 @@ mkdocs-material-0.1.1 (2016-02-11) mkdocs-material-0.1.0 (2016-02-09) - * Initial release \ No newline at end of file + * Initial release diff --git a/README.md b/README.md index b5b7e91d7..0f4205ffd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![PyPI Downloads][pypi-dl-image]][pypi-dl-link] [![PyPI Version][pypi-v-image]][pypi-v-link] -A material design theme for [MkDocs](http://www.mkdocs.org). +A material design theme for [MkDocs 0.16](http://www.mkdocs.org). [![iOS](docs/images/screen.png)](http://squidfunk.github.io/mkdocs-material/) diff --git a/material/404.html b/material/404.html index 3bbe15915..67cfc1126 100644 --- a/material/404.html +++ b/material/404.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "main.html" %} {% block content %}