explicit location of where to create blog.html (#7241)
Merge pull request 7241
This commit is contained in:
parent
f9c981e317
commit
938b2f1d01
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue