From 9bb242b44ab3bf3c247f72b97a9b34a33cf530c8 Mon Sep 17 00:00:00 2001 From: Chris Stein Date: Sun, 23 Oct 2016 15:26:50 -0500 Subject: [PATCH] fix _config.yml typo in site_template Found a typo when going through a tutorial. Replacing `these this` with `this` --- lib/site_template/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/site_template/_config.yml b/lib/site_template/_config.yml index 9a2bee45..f5df9830 100644 --- a/lib/site_template/_config.yml +++ b/lib/site_template/_config.yml @@ -2,7 +2,7 @@ # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely edit after that. If you find -# yourself editing these this file very often, consider using Jekyll's data files +# yourself editing this file very often, consider using Jekyll's data files # feature for the data you need to update frequently. # # For technical reasons, this file is *NOT* reloaded automatically when you use