Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

doc: typo fix #153

Open
wants to merge 1 commit into
base: plugins
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/posts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Posts are interpreted by the blog controller that you get when you instantiate t

Blog posts go inside the **_posts** directory. Without the blog controller enabled, the **_posts** directory is ignored because it starts with an underscore.

Each post is a seperate file and you can name the files whatever you want, but it's suggested to prefix your posts with a number like ``0001``, ``0002`` etc. so that when you look at the files in a directory they will be naturally ordered sequentially. It's important to realize that this order is not the same order that the blog controller uses in chronlogical listings. Instead it sorts the posts based on the date field described below.
Each post is a seperate file and you can name the files whatever you want, but it's suggested to prefix your posts with a number like ``0001``, ``0002`` etc. so that when you look at the files in a directory they will be naturally ordered sequentially. It's important to realize that this order is not the same order that the blog controller uses in chronological listings. Instead it sorts the posts based on the date field described below.

An Example Post
---------------
Expand Down