From 3ffcfda1a0f0df706ce293e444a81a8d88b57642 Mon Sep 17 00:00:00 2001 From: Peter Reijnders Date: Fri, 12 Jan 2018 17:55:39 +0100 Subject: [PATCH] added remark concerning include-not-in-templates (#209) * added remark concerning include-not-in-templates Closes https://github.com/Keats/gutenberg/issues/208 --- docs/content/documentation/themes/creating-a-theme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/content/documentation/themes/creating-a-theme.md b/docs/content/documentation/themes/creating-a-theme.md index 93da0fbd..6b1d2f3f 100644 --- a/docs/content/documentation/themes/creating-a-theme.md +++ b/docs/content/documentation/themes/creating-a-theme.md @@ -57,3 +57,8 @@ To be featured on this site, the theme will require two more things: of importance A simple theme you can use as example is [Hyde](https://github.com/Keats/hyde). + +# Caveat + +Please note that [include paths](https://tera.netlify.com/docs/templates/#include) can only be used in used in normal templates. Theme templates should use [macro's](https://tera.netlify.com/docs/templates/#macros) instead. +