From 02fd70a812f15bee0996c23b572967466c13ddc3 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Sat, 23 May 2020 16:34:21 +0200 Subject: [PATCH] configuration: set default language Sets correctly the default site language in the config.toml, to be used in the html template. Moves the portfoliGor theme to the first release (0.1.0). Co-Authored-by: Igor Milhit --- config.toml | 2 +- themes/portfoliGor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index b0d958d..c409146 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ baseURL = "https://igor.milhit.ch/" -languageCode = "fr" +DefaultContentLanguage = "fr" title = "iGor milhit" theme = "portfoliGor" diff --git a/themes/portfoliGor b/themes/portfoliGor index 7b43ee6..10fefee 160000 --- a/themes/portfoliGor +++ b/themes/portfoliGor @@ -1 +1 @@ -Subproject commit 7b43ee60e5e64c8621c3f89e07290e24f0b9ea63 +Subproject commit 10fefee380f170fbfa3bcb4869da941b407b0d45