commit 7cb761019a1e618c1e95ce76264589dc580ade96
parent 1958765e4ceb7100dc5063021b4926aa78702708
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sun, 5 Jan 2020 18:01:37 -0600
Simplify footer
Diffstat:
1 file changed, 4 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 = "© 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)"
+ copyright = "© 2014-2020 [Shimmy Xu](/en/about/)"
title = "Library of Trantor"
[[languages.en.menu.main]]
@@ -42,7 +42,7 @@ posts = "/posts/:year-:month-:day-:slug/"
[languages.zh]
languageName = "中文"
- copyright = "© 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)"
+ copyright = "© 2014-2020 [Shimmy Xu](/zh/about/)"
title = "川陀大学图书室"
[[languages.zh.menu.main]]
@@ -52,4 +52,4 @@ posts = "/posts/:year-:month-:day-:slug/"
[[languages.zh.menu.main]]
name = "朋友们"
url = "/zh/friends/"
- weight = 2
+ weight = 2+
\ No newline at end of file