From d4a33d34aed89c4b066024e4910f587d43e6d37b Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Thu, 18 Apr 2019 07:49:17 +1000 Subject: [PATCH] Add some missing words to creating a theme page --- docs/content/documentation/themes/creating-a-theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/themes/creating-a-theme.md b/docs/content/documentation/themes/creating-a-theme.md index 1bfa6af..e42b03f 100644 --- a/docs/content/documentation/themes/creating-a-theme.md +++ b/docs/content/documentation/themes/creating-a-theme.md @@ -3,7 +3,7 @@ title = "Creating a theme" weight = 30 +++ -Creating is exactly like creating a normal site with Zola, except you +Creating a theme is exactly like creating a normal site with Zola, except you will want to use many [Tera blocks](https://tera.netlify.com/docs/templates/#inheritance) to allow users to easily modify it.