From 938b2f1d01b7f500d85958d7ea3f46a00d203784 Mon Sep 17 00:00:00 2001 From: Stephen Weiss <39878535+stephencweiss@users.noreply.github.com> Date: Tue, 11 Sep 2018 17:26:19 -0500 Subject: [PATCH] explicit location of where to create blog.html (#7241) Merge pull request 7241 --- docs/_docs/step-by-step/08-blogging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/step-by-step/08-blogging.md b/docs/_docs/step-by-step/08-blogging.md index dfcb3dc0..7bddc3ef 100644 --- a/docs/_docs/step-by-step/08-blogging.md +++ b/docs/_docs/step-by-step/08-blogging.md @@ -62,7 +62,7 @@ page which lists all the posts, let's do that next. Jekyll makes posts available at `site.posts`. -Create `blog.html` with the following content: +Create `blog.html` in your root (`/blog.html`) with the following content: {% raw %} ```html