fix broken link to Tera (#2286)

This commit is contained in:
Alex Rutar 2023-08-29 21:18:45 +01:00 committed by GitHub
parent 49b56c3026
commit e6fe81cdf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ Zola uses the [Tera](https://tera.netlify.com) template engine, which is very si
to Jinja2, Liquid and Twig. to Jinja2, Liquid and Twig.
As this documentation will only talk about how templates work in Zola, please read As this documentation will only talk about how templates work in Zola, please read
the [Tera template documentation](https://tera.netlify.com/docs#templates) if you want the [Tera template documentation](https://keats.github.io/tera/docs/#templates) if you want
to learn more about it first. to learn more about it first.
All templates live in the `templates` directory. If you are not sure what variables are available in a template, All templates live in the `templates` directory. If you are not sure what variables are available in a template,