From a33601013b5a6cd1b8d2385ea34754a2e52e4493 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Fri, 30 Aug 2019 17:18:23 +0100 Subject: [PATCH] fix(theme): unify language config --- _config.yml | 5 +---- themes/typing/layout/layout.ejs | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index e2e7b7e..e99e2fd 100644 --- a/_config.yml +++ b/_config.yml @@ -7,7 +7,7 @@ title: Curben subtitle: description: author: curben -language: +language: en timezone: # URL @@ -93,9 +93,6 @@ feed: # theme config theme_config: - # Lang - language: en - # Dark Mode dark: true diff --git a/themes/typing/layout/layout.ejs b/themes/typing/layout/layout.ejs index 1f38787..615e553 100644 --- a/themes/typing/layout/layout.ejs +++ b/themes/typing/layout/layout.ejs @@ -1,5 +1,5 @@ - + <%- partial('_partial/head') %> <%/* set /about page to use "home" page layout */%> <% if (is_current('about/index.html')) { %>