Release-notes cleanup.

This commit is contained in:
Waylan Limberg
2017-03-16 14:41:32 -04:00
parent 74980574a9
commit 8af4b64435

View File

@@ -34,9 +34,9 @@ The primary entry point for page templates has been changed from `base.html` to
to override `main.html` and extend `base.html`. For version 0.16, `base.html`
continued to work if no `main.html` template existed, but it raised a
deprecation warning. In version 1.0, a build will fail if no `main.html`
template exists.
template exists.
##### Page Context
##### Context Variables
Page specific variable names in the template context have been refactored as
defined in [Custom Themes](../user-guide/custom-themes/#page). The
@@ -66,8 +66,6 @@ user created and third-party templates:
[page.previous_page]: ../user-guide/custom-themes/#pageprevious_page
[page.next_page]: ../user-guide/custom-themes/#pagenext_page
##### Global Context
Additionally, a number of global variables have been altered and/or removed
and user created and third-party templates should be updated as outlined below: