From a745cd6c8b70982a68047dacf39dae7365fa0d81 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Mon, 21 Aug 2017 00:12:01 +0200 Subject: [PATCH] Fix layouts' folder name in template primer --- content/templates/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/templates/introduction.md b/content/templates/introduction.md index 647d580c4..08ef0272e 100644 --- a/content/templates/introduction.md +++ b/content/templates/introduction.md @@ -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