Skip to content

Commit b32d1e1

Browse files
authored
Update README.md
1 parent b9c7511 commit b32d1e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ Using Beautiful-Jekyll is very simple, but you should take a few minutes to read
4949

5050
### Adding content
5151

52-
You can now start adding pages to your site. Beautiful-Jekyll supports three layouts: `post`, `page`, and `minimal`. In order to use Beautiful-Jekyll's template, a page must have its `layout` parameter set to one of these options in the YAML. Any blog posts (pages under the `_posts` directory) should use the `post` layout, while most other pages should use the `page` layout. You can use the `minimial` layout if you want a page with minimal styling, without the bulky navigation bar and footer.
52+
You can now start adding pages to your site. Beautiful-Jekyll supports three layouts: `post`, `page`, and `minimal`. In order to use Beautiful-Jekyll's template, a page must have its `layout` parameter set to one of these options in the YAML.
53+
54+
Any blog posts (pages under the `_posts` directory) should use the `post` layout, while most other pages should use the `page` layout. You can use the `minimial` layout if you want a page with minimal styling, without the bulky navigation bar and footer.
5355

5456
Instead of remembering to manually add the layout parameter to every page's YAML, you can add the following lines to your `_config.yml` so that all blog posts will automatically have layout `post` and all other pages will have layout `page`:
5557

0 commit comments

Comments
 (0)