diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index dc5d159..7fc5267 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -title: "Loek's blog" +title: "Loek's Blog" permalink: /post/:title exclude: - makefile @@ -8,4 +8,4 @@ defaults: type: posts values: layout: post - lang: "en" + lang: en |