Move change log into the right place

This commit is contained in:
Chris Wong 2016-10-09 19:05:58 +13:00
parent 3120eb719d
commit 7d6e2e7c22
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
# <img align="right" src="maud.png" alt="HTML5 rocks." title="HTML5 rocks."> maud [![Build Status](https://img.shields.io/travis/lfairy/maud.svg)](http://travis-ci.org/lfairy/maud) [![Cargo](https://img.shields.io/crates/v/maud.svg)](https://crates.io/crates/maud) # <img align="right" src="maud.png" alt="HTML5 rocks." title="HTML5 rocks."> maud [![Build Status](https://img.shields.io/travis/lfairy/maud.svg)](http://travis-ci.org/lfairy/maud) [![Cargo](https://img.shields.io/crates/v/maud.svg)](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