Fixes formatting on pre-formatted text. (#6405)

Merge pull request 6405
This commit is contained in:
Kenton Hansen 2017-10-02 09:32:47 -05:00 committed by jekyllbot
parent ac575a0c50
commit fe5fb5beb7
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ a basic example of how to create a list of posts from a specific category.
First, in the `_layouts` directory create a new file called `category.html` - in First, in the `_layouts` directory create a new file called `category.html` - in
that file put (at least) the following: that file put (at least) the following:
```html ```
--- ---
layout: page layout: page
--- ---