diff options
| author | Fuwn <[email protected]> | 2022-09-14 07:56:36 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-09-14 07:56:36 -0700 |
| commit | 5f8ad2f485665df06ca5fb646dca5a81f2205979 (patch) | |
| tree | f63d37d0d8bbcb4c38bb772f576f37b65a071273 /content/blogs | |
| parent | feat(news): 09/10/22 update (diff) | |
| download | locus-5f8ad2f485665df06ca5fb646dca5a81f2205979.tar.xz locus-5f8ad2f485665df06ca5fb646dca5a81f2205979.zip | |
feat(tor.gmi): add more links
Diffstat (limited to 'content/blogs')
| -rw-r--r-- | content/blogs/news/20220816.gmi | 2 | ||||
| -rw-r--r-- | content/blogs/news/20220820.gmi | 2 | ||||
| -rw-r--r-- | content/blogs/news/20220910.gmi | 2 | ||||
| -rw-r--r-- | content/blogs/news/20220914.gmi | 8 | ||||
| -rw-r--r-- | content/blogs/news/blog.json | 6 |
5 files changed, 17 insertions, 3 deletions
diff --git a/content/blogs/news/20220816.gmi b/content/blogs/news/20220816.gmi index c59ad87..9539c5a 100644 --- a/content/blogs/news/20220816.gmi +++ b/content/blogs/news/20220816.gmi @@ -8,4 +8,4 @@ Visit the /stocks route to get stock market data. Special thanks to Finnhub for the stock market data! -=> https://finnhub.io Finnhub +=> https://finnhub.io Finnhub
\ No newline at end of file diff --git a/content/blogs/news/20220820.gmi b/content/blogs/news/20220820.gmi index 0c1d57f..e1fd4ae 100644 --- a/content/blogs/news/20220820.gmi +++ b/content/blogs/news/20220820.gmi @@ -1,3 +1,3 @@ * Moved readability disclaimer to its own page * Added links to news, sitemap, and readability onto front page -* Added description to sitemap +* Added description to sitemap
\ No newline at end of file diff --git a/content/blogs/news/20220910.gmi b/content/blogs/news/20220910.gmi index b1d5890..3a77dca 100644 --- a/content/blogs/news/20220910.gmi +++ b/content/blogs/news/20220910.gmi @@ -1 +1 @@ -* Added reference to stocks dashboard on index page +* Added reference to stocks dashboard on index page
\ No newline at end of file diff --git a/content/blogs/news/20220914.gmi b/content/blogs/news/20220914.gmi new file mode 100644 index 0000000..e57d4c8 --- /dev/null +++ b/content/blogs/news/20220914.gmi @@ -0,0 +1,8 @@ +## Tor + +* Added alternative dark.fail domain +* Added Tor and WWW links to tor.taxi + +## Miscellaneous + +* Remove trailing whitespace from news entries
\ No newline at end of file diff --git a/content/blogs/news/blog.json b/content/blogs/news/blog.json index aa780e8..664ce07 100644 --- a/content/blogs/news/blog.json +++ b/content/blogs/news/blog.json @@ -18,6 +18,12 @@ "created": "2022. 09. 10.", "last_modified": "2022. 09. 10.", "name": "Front Page Movement (2022. 09. 10.)" + }, + "20220914": { + "author": "Fuwn", + "created": "2022. 09. 14.", + "last_modified": "2022. 09. 14.", + "name": "The September 14th, 2022 Update (2022. 09. 14.)" } } } |