From f5a4d36efcb185c0c8126151851dab8bc398b42d Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Thu, 18 Apr 2013 21:18:14 -0500 Subject: [PATCH] Add a missing comma We have three or more terms with a single conjunction. According to Strunk and White, we need a comma. --- site/_posts/2012-07-01-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2012-07-01-structure.md b/site/_posts/2012-07-01-structure.md index 4401373d..e536bd04 100644 --- a/site/_posts/2012-07-01-structure.md +++ b/site/_posts/2012-07-01-structure.md @@ -9,7 +9,7 @@ Jekyll is, at its core, a text transformation engine. The concept behind the system is this: you give it text written in your favorite markup language, be that Markdown, Textile, or just plain HTML, and it churns that through a layout or series of layout files. Throughout that process you can tweak how you want -the site URLs to look, what data gets displayed in the layout and more. This is +the site URLs to look, what data gets displayed in the layout, and more. This is all done through editing text files, and the static web site is the final product.