Skip to content

Commit

Permalink
Changes ignore to actually working ignored config (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt authored and tdreyno committed Mar 10, 2017
1 parent ff9c573 commit 8d23f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/localizable/basics/frontmatter.html.markdown
Expand Up @@ -30,7 +30,7 @@ my_list:
</ol>
```

Frontmatter must come at the very top of the template and be separated from the rest of the content by a leading and trailing triple hyphen `---`. Inside this block, you can create new data which will be available in the template using the `current_page.data` hash, e.g. `title: "My Title"` becomes `current_page.data.title`. The `layout` setting will pass directly to Middleman and change which layout is being used for rendering. You can also set `ignore`, `directory_index`, and some other page properties in this way.
Frontmatter must come at the very top of the template and be separated from the rest of the content by a leading and trailing triple hyphen `---`. Inside this block, you can create new data which will be available in the template using the `current_page.data` hash, e.g. `title: "My Title"` becomes `current_page.data.title`. The `layout` setting will pass directly to Middleman and change which layout is being used for rendering. You can also set `ignored`, `directory_index`, and some other page properties in this way.

## JSON Frontmatter

Expand Down

0 comments on commit 8d23f9d

Please sign in to comment.