blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit 8f1f43460e5bd1c92fbb5157c5e2a53f8814c415
parent a7d60e83124f67738331ebff4599e66ad0b06324
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun,  5 Jan 2020 12:25:25 -0600

Update copyright year in footer

Diffstat:
Mconfig.toml | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/config.toml b/config.toml
@@ -28,7 +28,7 @@ posts    = "/posts/:year-:month-:day-:slug/"
 [languages]
   [languages.en]
   languageName = "English"
-  copyright    = "&copy; 2014-2019 [Shimmy Xu](/en/about/) | <a rel=\"me\" href=\"https://github.com/shimmy1996\">GitHub</a> | <a rel=\"me\" href=\"https://mstdn.shimmy1996.com/@shimmy1996\">Mastodon</a> | [Subscribe](/en/index.xml)"
+  copyright    = "&copy; 2014-2020 [Shimmy Xu](/en/about/) | <a rel=\"me\" href=\"https://github.com/shimmy1996\">GitHub</a> | <a rel=\"me\" href=\"https://mstdn.shimmy1996.com/@shimmy1996\">Mastodon</a> | [Subscribe](/en/index.xml)"
   title        = "Library of Trantor"
 
     [[languages.en.menu.main]]
@@ -42,7 +42,7 @@ posts    = "/posts/:year-:month-:day-:slug/"
 
   [languages.zh]
   languageName = "中文"
-  copyright    = "&copy; 2014-2019 [Shimmy Xu](/zh/about/) | <a rel=\"me\" href=\"https://github.com/shimmy1996\">GitHub</a> | <a rel=\"me\" href=\"https://mstdn.shimmy1996.com/@shimmy1996\">Mastodon</a> | [订阅](/zh/index.xml)"
+  copyright    = "&copy; 2014-2020 [Shimmy Xu](/zh/about/) | <a rel=\"me\" href=\"https://github.com/shimmy1996\">GitHub</a> | <a rel=\"me\" href=\"https://mstdn.shimmy1996.com/@shimmy1996\">Mastodon</a> | [订阅](/zh/index.xml)"
   title        = "川陀大学图书室"
 
     [[languages.zh.menu.main]]
@@ -53,4 +53,3 @@ posts    = "/posts/:year-:month-:day-:slug/"
     name   = "朋友们"
     url    = "/zh/friends/"
     weight = 2
-