mirror of
https://github.com/zyllian/webdog.git
synced 2025-01-17 19:22:21 -08:00
fix comment referring to handlebars
This commit is contained in:
parent
8419760fe1
commit
f53cd56c39
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ struct TemplateData<'a, T> {
|
|||
|
||||
/// Struct used to build the site.
|
||||
pub struct SiteBuilder {
|
||||
/// The Handlebars registry used to render templates.
|
||||
/// The Tera registry used to render templates.
|
||||
pub(crate) tera: Tera,
|
||||
/// The syntax set used to render source code.
|
||||
pub(crate) syntax_set: SyntaxSet,
|
||||
|
|
Loading…
Add table
Reference in a new issue