From b151c1ae22d91a33610edebc6f6026ca7b5f87ba Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 17 Jun 2024 07:08:38 -0700 Subject: feat: unuse stocks telegram --- content/static/stocks_telegram.gmi | 11 ----------- content/unused/static/stocks_telegram.gmi | 11 +++++++++++ src/modules/static.rs | 10 +++++----- 3 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 content/static/stocks_telegram.gmi create mode 100644 content/unused/static/stocks_telegram.gmi diff --git a/content/static/stocks_telegram.gmi b/content/static/stocks_telegram.gmi deleted file mode 100644 index bb3ad16..0000000 --- a/content/static/stocks_telegram.gmi +++ /dev/null @@ -1,11 +0,0 @@ -# Telegram Groups - -=> /stocks Dashboard -=> /cryptocurrency Cryptocurrency Dashboard -=> /stocks/search Search - -## Links - -=> https://t.me/financialnews Financial Markets News -=> https://t.me/trader_joes Trader Joe's -=> https://t.me/investingStock Investing in the Stock Market \ No newline at end of file diff --git a/content/unused/static/stocks_telegram.gmi b/content/unused/static/stocks_telegram.gmi new file mode 100644 index 0000000..bb3ad16 --- /dev/null +++ b/content/unused/static/stocks_telegram.gmi @@ -0,0 +1,11 @@ +# Telegram Groups + +=> /stocks Dashboard +=> /cryptocurrency Cryptocurrency Dashboard +=> /stocks/search Search + +## Links + +=> https://t.me/financialnews Financial Markets News +=> https://t.me/trader_joes Trader Joe's +=> https://t.me/investingStock Investing in the Stock Market \ No newline at end of file diff --git a/src/modules/static.rs b/src/modules/static.rs index a28c350..697e215 100644 --- a/src/modules/static.rs +++ b/src/modules/static.rs @@ -50,11 +50,11 @@ pub fn module(router: &mut windmark::router::Router) { // "licensing"), ("/readability", "The readability disclosure", "readability"), ("/tor", "Information and resources for The Tor Project", "tor"), - ( - "/stocks/telegram", - "Stock Market Related Telegram Groups", - "stocks_telegram" - ), + // ( + // "/stocks/telegram", + // "Stock Market Related Telegram Groups", + // "stocks_telegram" + // ), // ( // "/translations", // "Translate a page to your language of choice!", -- cgit v1.2.3