commit ff8f3402082668d993997a10e7e6dd30dfadf246
parent 557e19ca93b306607e00131c91407fade048ce1f
Author: Shimmy Xu <shimmy.america@gmail.com>
Date: Mon, 4 Sep 2017 17:46:31 -0500
Minor adjustments to footer text.
Diffstat:
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/content/_index.en.org b/content/_index.en.org
@@ -10,7 +10,7 @@ curl: "home"
** Site Roadmap
-- [x] +Find new hosting location.+ Currently using digitalocean.
+- [x] +Find new hosting location.+ Currently using DigitalOcean.
- [x] Install Arch Linux on server.
- [x] +Search for WP replacement.+ Hugo is pretty good.
- [x] +Find a suitable theme.+ Currently using ~hugo-xmin~, may consider forking it and write my own ( ~soresu~ ).
diff --git a/content/_index.zh.org b/content/_index.zh.org
@@ -10,7 +10,7 @@ curl: "home"
** 施工计划
-- [x] +找一家新的服务器提供商+ 目前使用Digitalocean。
+- [x] +找一家新的服务器提供商+ 目前使用DigitalOcean。
- [x] 在服务器上安装Arch Linux。
- [x] +搜寻WP的替代品。+ Hugo很不错。
- [x] +找一个合适的主题。+ 目前使用 ~hugo-xmin~ ,考虑fork出来写成自己的主题( ~soresu~ )。
diff --git a/i18n/en.toml b/i18n/en.toml
@@ -1,5 +1,5 @@
[footer]
-other = "© [Shimmy Xu](http://www.shimmy1996.com/en/) 2017 | [Github](https://github.com/shimmy1996) | [Twitter](https://twitter.com/shimmy1996) | [Subscribe](/en/index.xml)"
+other = "© Shimmy Xu 2017 | [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 = "© [Shimmy Xu](http://www.shimmy1996.com/zh/) 2017 | [Github](https://github.com/shimmy1996) | [Twitter](https://twitter.com/shimmy1996) | [订阅](/zh/index.xml)"
+other = "© Shimmy Xu 2017 | [Github](https://github.com/shimmy1996) | [Twitter](https://twitter.com/shimmy1996) | [订阅](/zh/index.xml)"
[Posts]
other = "归档"