blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit f8b828df41233be3a4809aef94581d5acb57678d
parent d487bed68abde5c979d26f841ce5f8fbd3429d65
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Mon,  1 Jan 2018 20:34:19 -0600

Updated copyright notice and removed unused parameters.

Diffstat:
Mconfig.toml | 9++-------
Mi18n/en.toml | 2+-
Mi18n/zh.toml | 2+-
3 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/config.toml b/config.toml
@@ -26,9 +26,6 @@ title                   = "Library of Trantor"
 subtitle                = "The Plan is going on."
 LanguageName            = "EN"
 
-[Languages.en.params]
-description = "The greatest library ever."
-
 [[Languages.en.menu.main]]
     name = "Home"
     url = "/en/"
@@ -55,9 +52,6 @@ title                   = "川陀大学图书室"
 subtitle                = "计划进行中。"
 LanguageName            = "中文"
 
-[Languages.zh.params]
-description = "最伟大的图书馆。"
-
 [[Languages.zh.menu.main]]
     name = "主页"
     url = "/zh/"
@@ -77,4 +71,4 @@ description = "最伟大的图书馆。"
 [[Languages.zh.menu.main]]
     name = "留言板"
     url = "/zh/messages/"
-    weight = 5
+    weight = 5+
\ No newline at end of file
diff --git a/i18n/en.toml b/i18n/en.toml
@@ -1,5 +1,5 @@
 [footer]
-other = "&copy; [Shimmy Xu](/en/contact/) 2017 | [Keybase](https://keybase.io/shimmy1996) | [Github](https://github.com/shimmy1996) | [Twitter](https://twitter.com/shimmy1996) | [Subscribe](/en/index.xml)"
+other = "&copy; [Shimmy Xu](/en/contact/) 2017-2018 | [Keybase](https://keybase.io/shimmy1996) | [Github](https://github.com/shimmy1996) | [Twitter](https://twitter.com/shimmy1996) | [Subscribe](/en/index.xml)"
 
 [posts]
 other = "Posts"
diff --git a/i18n/zh.toml b/i18n/zh.toml
@@ -1,5 +1,5 @@
 [footer]
-other = "&copy; [Shimmy Xu](/zh/contact/) 2017 | [Keybase](https://keybase.io/shimmy1996) | [Github](https://github.com/shimmy1996) | [Twitter](https://twitter.com/shimmy1996) | [订阅](/zh/index.xml)"
+other = "&copy; [Shimmy Xu](/zh/contact/) 2017-2018 | [Keybase](https://keybase.io/shimmy1996) | [Github](https://github.com/shimmy1996) | [Twitter](https://twitter.com/shimmy1996) | [订阅](/zh/index.xml)"
 
 [posts]
 other = "归档"