From bb35e87b7d583da059721c708762ac8773c8965a Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Tue, 24 Feb 2015 15:39:24 +0100 Subject: [PATCH] Define default language as "en" for all posts. --- _config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_config.yml b/_config.yml index 8deca3e..ed0a5fd 100644 --- a/_config.yml +++ b/_config.yml @@ -36,3 +36,12 @@ kramdown: input: GFM hard_wrap: false syntax_highlighter: rouge + +defaults: + - + scope: + path: "" # an empty string here means all files in the project + type: "posts" # "post" for Jekyll <=2.2 + values: + language: en +