From 5ff438d8e62e1fab511965252ea92268a8051ed1 Mon Sep 17 00:00:00 2001 From: Jarrod Connolly Date: Sat, 6 Jan 2018 21:54:51 -0800 Subject: [PATCH] Incorrect word used The target was mentioned as block and should have been blog as in targets described above. --- docs/Pages-Collections.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Pages-Collections.html b/docs/Pages-Collections.html index a37e708..f9794bd 100644 --- a/docs/Pages-Collections.html +++ b/docs/Pages-Collections.html @@ -355,7 +355,7 @@

Rendering Collections of Pages

<li><a href="#">api</a></li> <li><a href="#">cheatsheet</a></li> </ul> -

When we build the project, and pages from the block target will render with:

+

When we build the project, and pages from the blog target will render with:

<ul>
   <li><a href="#">index</a></li>
   <li><a href="#">articles</a></li>