Commit Graph

4 Commits

Author SHA1 Message Date
Kazuhiro MUSASHI 2270cf8151 各記事の`Frontmatter`を修正 2020-05-23 16:38:19 +09:00
Kazuhiro MUSASHI 90eadb0342 Modify the date string:
```
--- a/content/travel/2019/2019-05-01-sleeper-train-in-thailand.md
+++ b/content/travel/2019/2019-05-01-sleeper-train-in-thailand.md
@@ -1,6 +1,6 @@
 +++
 title = "バンコクからチェンマイへの寝台列車の旅"
-date = 2019-05-01:16:49+08:00
+date = 2019-05-01T12:49:49+08:00
 Description = "バンコクからチェンマイへ寝台列車に乗って旅してきました"
 Tags = ["Bangkok", "Chiang Mai"]
 Categories = ["旅行"]
```
2019-05-01 16:30:41 +08:00
Kazuhiro MUSASHI ce38675b13 Modify the Date string:
```
--- a/content/travel/2019/2019-05-01-sleeper-train-in-thailand.md
+++ b/content/travel/2019/2019-05-01-sleeper-train-in-thailand.md
@@ -1,6 +1,6 @@
 +++
 title = "バンコクからチェンマイへの寝台列車の旅"
-date = 2018-04-20T19:03:49+08:00
+date = 2019-05-01:16:49+08:00
 Description = "バンコクからチェンマイへ寝台列車に乗って旅してきました"
 Tags = ["Bangkok", "Chiang Mai"]
 Categories = ["旅行"]
```
2019-05-01 16:20:29 +08:00
Kazuhiro MUSASHI 2bcaa6b4ec Modify the article location. 2019-05-01 16:19:43 +08:00