Move change log into the right place
This commit is contained in:
parent
3120eb719d
commit
7d6e2e7c22
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# <img align="right" src="maud.png" alt="HTML5 rocks." title="HTML5 rocks."> maud [](http://travis-ci.org/lfairy/maud) [](https://crates.io/crates/maud)
|
# <img align="right" src="maud.png" alt="HTML5 rocks." title="HTML5 rocks."> maud [](http://travis-ci.org/lfairy/maud) [](https://crates.io/crates/maud)
|
||||||
|
|
||||||
[Documentation][book] • [API reference][apiref]
|
[Documentation][book] • [API reference][apiref] • [Change log][changelog]
|
||||||
|
|
||||||
Maud is an HTML template engine for Rust. It's implemented as a macro, `html!`, which compiles your markup to specialized Rust code. This unique approach makes Maud templates blazing fast, super type-safe, and easy to deploy.
|
Maud is an HTML template engine for Rust. It's implemented as a macro, `html!`, which compiles your markup to specialized Rust code. This unique approach makes Maud templates blazing fast, super type-safe, and easy to deploy.
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@ For more info on Maud, see the [official book][book].
|
||||||
|
|
||||||
[book]: https://maud.lambda.xyz/
|
[book]: https://maud.lambda.xyz/
|
||||||
[apiref]: https://lambda.xyz/maud/maud/
|
[apiref]: https://lambda.xyz/maud/maud/
|
||||||
|
[changelog]: https://github.com/lfairy/maud/blob/master/CHANGELOG.md
|
||||||
[plugins]: https://doc.rust-lang.org/book/compiler-plugins.html
|
[plugins]: https://doc.rust-lang.org/book/compiler-plugins.html
|
||||||
|
|
||||||
## Stability
|
## Stability
|
||||||
|
|
Loading…
Add table
Reference in a new issue