From 754bf14e230aa40fe0e42944a0f75faf2a61afd6 Mon Sep 17 00:00:00 2001 From: "Craig P. Motlin" Date: Fri, 8 Jan 2016 00:14:33 -0500 Subject: [PATCH] Fix grammar in the documentation for posts. --- site/_docs/posts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/posts.md b/site/_docs/posts.md index f16bd202..47f60f3c 100644 --- a/site/_docs/posts.md +++ b/site/_docs/posts.md @@ -84,7 +84,7 @@ One common solution is to create a folder in the root of the project directory called something like `assets` or `downloads`, into which any images, downloads or other resources are placed. Then, from within any post, they can be linked to using the site’s root as the path for the asset to include. Again, this will -depend on the way your site’s (sub)domain and path are configured, but here +depend on the way your site’s (sub)domain and path are configured, but here are some examples (in Markdown) of how you could do this using the `site.url` variable in a post.