From a28ad5eba2515f298c1ea56c4dc5802e500fc3b4 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 8 Jan 2021 10:33:59 +0100 Subject: [PATCH] Minor casing fix --- blog/config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/blog/config.toml b/blog/config.toml index 39b4f507..0c38b457 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -35,7 +35,7 @@ author = { name = "Philipp Oppermann" } [translations.en] lang_name = "English" -toc = "Table Of Contents" +toc = "Table of Contents" all_posts = "« All Posts" comments = "Comments" comments_notice = "Please leave your comments in English if possible." @@ -48,7 +48,7 @@ word_separator = "and" [translations.zh-CN] lang_name = "Chinese (simplified)" -toc = "Table Of Contents" +toc = "Table of Contents" all_posts = "« All Posts" comments = "Comments" comments_notice = "Please leave your comments in English if possible." @@ -61,7 +61,7 @@ word_separator = "and" [translations.zh-TW] lang_name = "Chinese (traditional)" -toc = "Table Of Contents" +toc = "Table of Contents" all_posts = "« All Posts" comments = "Comments" comments_notice = "Please leave your comments in English if possible." @@ -74,7 +74,7 @@ word_separator = "and" [translations.ja] lang_name = "Japanese" -toc = "Table Of Contents" +toc = "Table of Contents" all_posts = "« All Posts" comments = "Comments" comments_notice = "Please leave your comments in English if possible."