commit f6881522222f751f5ddfcd80d31e78399b793b3b
parent 65feda810d1db3bd1a14140ed653b5318d203765
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Fri, 29 Nov 2019 14:54:59 -0500
Move subtitle to page content
Diffstat:
4 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/config.toml b/config.toml
@@ -31,7 +31,6 @@ serie = "series"
[Languages.en]
languageName = "EN"
copyright = "© 2014-2019 [Shimmy Xu](/en/contact/) | <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)"
- subtitle = "The Plan needs to go on."
title = "Library of Trantor"
[[Languages.en.menu.main]]
@@ -54,7 +53,6 @@ serie = "series"
[Languages.zh]
languageName = "中文"
copyright = "© 2014-2019 [Shimmy Xu](/zh/contact/) | <a rel=\"me\" href=\"https://github.com/shimmy1996\">GitHub</a> | <a rel=\"me\" href=\"https://mstdn.shimmy1996.com/@shimmy1996\">Mastodon</a> | [订阅](/zh/index.xml)"
- subtitle = "计划进行中。"
title = "川陀大学图书室"
[[Languages.zh.menu.main]]
diff --git a/content/_index.en.md b/content/_index.en.md
@@ -4,6 +4,9 @@ draft = false
slug = "home"
+++
+_The plan needs to go on._
+
+
## Goals for 2019 {#goals-for-2019}
- [X] Run 400 miles. <code>[498/400]</code>
diff --git a/content/_index.zh.md b/content/_index.zh.md
@@ -4,6 +4,9 @@ draft = false
slug = "home"
+++
+_计划进行中。_
+
+
## 2019 年目标 {#2019-年目标}
- [X] 跑 400 英里。<code>[498/400]</code>
diff --git a/org/fixed.org b/org/fixed.org
@@ -14,6 +14,8 @@
:EXPORT_FILE_NAME: _index.en.md
:END:
+/The plan needs to go on./
+
*** Goals for 2019
- [X] Run 400 miles. [498/400]
- [ ] Write 10 blog posts. [7/10]
@@ -36,6 +38,8 @@
:EXPORT_FILE_NAME: _index.zh.md
:END:
+/计划进行中。/
+
*** 2019 年目标
- [X] 跑 400 英里。[498/400]
- [ ] 写 10 篇日志。[7/10]