From 4ea28fa4e66ad4941a7e78d8d307948f5bae270c Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 27 Jun 2016 11:02:44 -0400 Subject: [PATCH] Default locale to `en` --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 01346491..57130baa 100644 --- a/_config.yml +++ b/_config.yml @@ -6,7 +6,7 @@ # `jekyll serve`. If you change this file, please restart the server process. # Site Settings -locale : "en-US" +locale : "en" title : "Site Title" title_separator : "-" name : "Your Name"