blog

Source files for chris.bracken.jp
git clone https://git.bracken.jp/blog.git
Log | Files | Refs | Submodules | README | LICENSE

commit afd2041d1cc11703961cff5b7383426898ad9fd6
parent bb5ab930674850ceed86a370e6068ef13b829af3
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  1 Feb 2021 11:45:37 -0800

Update theme to b834a391481478d53d3f2031ddbb021fed44c566

Also use en as default language rather than en-ca. Not sure it matters
in practice.

Diffstat:
Mconfig.toml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.toml b/config.toml @@ -1,6 +1,6 @@ baseURL = "https://chris.bracken.jp/" -languageCode = "en-ca" -defaultContentLanguage = "en-ca" +languageCode = "en" +defaultContentLanguage = "en" title = "Chris Bracken" enableRobotsTXT = true enableEmoji = true