diff options
| author | Fuwn <[email protected]> | 2022-08-20 05:51:38 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-08-20 05:51:38 -0700 |
| commit | 4f3e4e42eebe7a043636f31b1f03913e471a0a96 (patch) | |
| tree | a0fb7b14c7b71697536ff8ee6ad465a510d5fdfc /content/blogs | |
| parent | feat(sitemap.rs): add description to page (diff) | |
| download | locus-4f3e4e42eebe7a043636f31b1f03913e471a0a96.tar.xz locus-4f3e4e42eebe7a043636f31b1f03913e471a0a96.zip | |
feat(news): add 2022. 08. 20. entry
Diffstat (limited to 'content/blogs')
| -rw-r--r-- | content/blogs/news/20220820.gmi | 3 | ||||
| -rw-r--r-- | content/blogs/news/blog.json | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/content/blogs/news/20220820.gmi b/content/blogs/news/20220820.gmi new file mode 100644 index 0000000..0c1d57f --- /dev/null +++ b/content/blogs/news/20220820.gmi @@ -0,0 +1,3 @@ +* Moved readability disclaimer to its own page +* Added links to news, sitemap, and readability onto front page +* Added description to sitemap diff --git a/content/blogs/news/blog.json b/content/blogs/news/blog.json index bb46e9e..f062629 100644 --- a/content/blogs/news/blog.json +++ b/content/blogs/news/blog.json @@ -6,6 +6,12 @@ "created": "2022. 08. 16.", "last_modified": "2022. 08. 16.", "name": "The Market Soars! (2022. 08. 16.)" + }, + "20220820": { + "author": "Fuwn", + "created": "2022. 08. 20.", + "last_modified": "2022. 08. 20.", + "name": "Shifting Around (2022. 08. 20.)" } } } |