From 3fb39b0f87277c9b55a10033985b5187476d19b1 Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Sun, 13 Jul 2014 00:13:31 -0700 Subject: [PATCH] Fix typo on theme setup page. --- theme-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-setup.md b/theme-setup.md index f77869b..4810a16 100644 --- a/theme-setup.md +++ b/theme-setup.md @@ -201,7 +201,7 @@ There are a few configuration variables that can be changed in `Rakefile.rb`. By #### Feature Images -A good rule of thumb is to keep feature images nice and wide so you don't push the body text too far down. An image cropped around around 1024 x 256 pixels will keep file size down with an acceptable resolution for most devices. If you want to serve these images responsively I'd suggest looking at [Picturefill](https://github.com/scottjehl/picturefill) or [Adaptive Images](http://adaptive-images.com/). +A good rule of thumb is to keep feature images nice and wide so you don't push the body text too far down. An image cropped to around 1024 x 256 pixels will keep file size down with an acceptable resolution for most devices. If you want to serve these images responsively I'd suggest looking at [Picturefill](https://github.com/scottjehl/picturefill) or [Adaptive Images](http://adaptive-images.com/). The two layouts make the assumption that the feature images live in the *images* folder. To add a feature image to a post or page just include the filename in the front matter like so.