Fix layouts' folder name in template primer

This commit is contained in:
digitalcraftsman 2017-08-21 00:12:01 +02:00 committed by GitHub
parent e181e63795
commit a745cd6c8b

View File

@ -110,7 +110,7 @@ There are more boolean operators than those listed in the Hugo docs in the [Gola
When including another template, you will pass to it the data it will be
able to access. To pass along the current context, please remember to
include a trailing dot. The templates location will always be starting at
the `/layout/` directory within Hugo.
the `/layouts/` directory within Hugo.
### Template and Partial Examples