From 445eab4717d6649950c908ba563a2c7f0a3ef73b Mon Sep 17 00:00:00 2001 From: Alex Rutar Date: Mon, 28 Aug 2023 13:40:05 +0100 Subject: [PATCH] fix broken link to Tera --- docs/content/documentation/templates/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/templates/overview.md b/docs/content/documentation/templates/overview.md index 314ce34d52..0ca6925847 100644 --- a/docs/content/documentation/templates/overview.md +++ b/docs/content/documentation/templates/overview.md @@ -7,7 +7,7 @@ Zola uses the [Tera](https://tera.netlify.com) template engine, which is very si to Jinja2, Liquid and Twig. 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. All templates live in the `templates` directory. If you are not sure what variables are available in a template,