diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-08 20:19:06 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-08 20:19:06 +0100 |
commit | 39ec850b4a141c5750e4431ac09b776b42eefb8f (patch) | |
tree | 1458ada05cc288132aab91183df0591a68e46b6c | |
parent | ed89e5f027154c22fdde54a54bf69dcdf3a3ce00 (diff) | |
download | askama-39ec850b4a141c5750e4431ac09b776b42eefb8f.tar.gz askama-39ec850b4a141c5750e4431ac09b776b42eefb8f.tar.bz2 askama-39ec850b4a141c5750e4431ac09b776b42eefb8f.zip |
Thank @dtolnay for his support in the README
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,11 +29,13 @@ Askama is in heavy development, so it currently has some limitations: All feedback welcome. Feel free to file bugs, requests for documentation and any other feedback to the [issue tracker][issues] or [tweet me][twitter]. +Many thanks to [David Tolnay][dtolnay] for his support in improving Askama. [docs]: https://docs.rs/askama [mitsuhiko]: http://lucumr.pocoo.org/ [issues]: https://github.com/djc/askama/issues [twitter]: https://twitter.com/djco/ +[dtolnay]: https://github.com/dtolnay How to get started |