explicit location of where to create blog.html (#7241)

Merge pull request 7241
This commit is contained in:
Stephen Weiss 2018-09-11 17:26:19 -05:00 committed by jekyllbot
parent f9c981e317
commit 938b2f1d01
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ page which lists all the posts, let's do that next.
Jekyll makes posts available at `site.posts`. 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 %} {% raw %}
```html ```html