mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07: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.
|
/// Struct used to build the site.
|
||||||
pub struct SiteBuilder {
|
pub struct SiteBuilder {
|
||||||
/// The Handlebars registry used to render templates.
|
/// The Tera registry used to render templates.
|
||||||
pub(crate) tera: Tera,
|
pub(crate) tera: Tera,
|
||||||
/// The syntax set used to render source code.
|
/// The syntax set used to render source code.
|
||||||
pub(crate) syntax_set: SyntaxSet,
|
pub(crate) syntax_set: SyntaxSet,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue