fix typo using past participle (#6026)

Merge pull request 6026
This commit is contained in:
Jeff Puckett 2017-04-13 15:30:53 -05:00 committed by jekyllbot
parent a6663fc667
commit 7945da2b1f
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ exactly? Well, simply put, it means that blogging is baked into Jekylls
functionality. If you write articles and publish them online, you can publish functionality. If you write articles and publish them online, you can publish
and maintain a blog simply by managing a folder of text-files on your computer. and maintain a blog simply by managing a folder of text-files on your computer.
Compared to the hassle of configuring and maintaining databases and web-based Compared to the hassle of configuring and maintaining databases and web-based
CMS systems, this will be a welcome change! CMS systems, this will be a welcomed change!
## The Posts Folder ## The Posts Folder
@ -112,7 +112,7 @@ Linking to a PDF for readers to download:
## A typical post ## A typical post
Jekyll can handle many different iterations of the idea you might associate with a "post," however a standard blog style post, including an Title, Layout, Publishing Date, and Categories might look like this: Jekyll can handle many different iterations of the idea you might associate with a "post," however a standard blog style post, including a Title, Layout, Publishing Date, and Categories might look like this:
``` ```
--- ---