Fix docs for handlebars update.

This commit is contained in:
Sergio Benitez 2021-08-30 03:44:08 -07:00
parent 831ffc6c09
commit 9bc6c25d2d
1 changed files with 2 additions and 2 deletions

View File

@ -77,10 +77,10 @@
//! | Engine | Version | Extension |
//! |--------------|---------|-----------|
//! | [Tera] | 1 | `.tera` |
//! | [Handlebars] | 3 | `.hbs` |
//! | [Handlebars] | 4 | `.hbs` |
//!
//! [Tera]: https://docs.rs/crate/tera/1
//! [Handlebars]: https://docs.rs/crate/handlebars/3
//! [Handlebars]: https://docs.rs/crate/handlebars/4
//!
//! Any file that ends with one of these extension will be discovered and
//! rendered with the corresponding templating engine. The _name_ of the