From 27ba9aeca3a48d09de4df32a5fc190e6552ae8cd Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 6 Sep 2017 20:04:43 +0200 Subject: Add badge for Gitter chat to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2c23de..f33b9b3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Latest version](https://img.shields.io/crates/v/askama.svg)](https://crates.io/crates/askama) [![Build status](https://api.travis-ci.org/djc/askama.svg?branch=master)](https://travis-ci.org/djc/askama) [![Code coverage](https://codecov.io/gh/djc/askama/branch/master/graph/badge.svg)](https://codecov.io/gh/djc/askama) +[![Chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/djc/askama) Askama implements a template rendering engine based on Jinja. It generates Rust code from your templates at compile time -- cgit