diff options
| author | Fuwn <[email protected]> | 2022-08-16 18:09:23 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-08-16 18:09:23 -0700 |
| commit | a18d273ae111cf3320ab6e8f620a554ff6830fe7 (patch) | |
| tree | 9c78a1e34a72dc8822872bda661e9bf7c2f4469c | |
| parent | feat(module.rs): display custom entry name on listing page (diff) | |
| download | locus-a18d273ae111cf3320ab6e8f620a554ff6830fe7.tar.xz locus-a18d273ae111cf3320ab6e8f620a554ff6830fe7.zip | |
fix(blog.json): update entry title
| -rw-r--r-- | content/blogs/news/blog.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blogs/news/blog.json b/content/blogs/news/blog.json index 52204fa..87e6f43 100644 --- a/content/blogs/news/blog.json +++ b/content/blogs/news/blog.json @@ -5,7 +5,7 @@ "author": "Fuwn", "created": "2022. 08. 16.", "last_modified": "2022. 08. 16.", - "name": "The Market Soars!" + "name": "The Market Soars! (2022. 08. 16.)", } } } |