From 2a8009f003d186dd42583183fb457e8a3a9dd648 Mon Sep 17 00:00:00 2001 From: eatdostacos <64234158+eatdostacos@users.noreply.github.com> Date: Fri, 22 May 2020 07:43:26 -0700 Subject: [PATCH] Some more changes (#1294) * Add lbry.tv redirect * Delete tv.php (Old page) This is a page talking about the release of lbry.tv coming soon. It already came so I changed the page to redirect to lbry.tv in a different commit on this pr. * Add block explorer redirects --- data/redirect/permanent.yaml | 5 +++++ view/template/page/tv.php | 23 ----------------------- 2 files changed, 5 insertions(+), 23 deletions(-) delete mode 100644 view/template/page/tv.php diff --git a/data/redirect/permanent.yaml b/data/redirect/permanent.yaml index ea00dba3..b3cf2d90 100644 --- a/data/redirect/permanent.yaml +++ b/data/redirect/permanent.yaml @@ -19,6 +19,7 @@ /faq/regtest-setup-guide: https://lbry.tech/resources/regtest-setup /faq/bounty: https://lbry.tech/contribute /lbryonyoutube: https://www.youtube.com/channel/UCXAcp3dJuPqeUekOacsuyaQ +/tv: https://lbry.tv/ # FAQ /faq/tips: /faq/appreciation @@ -124,3 +125,7 @@ # Images /img/lbry-ui.png: /img/og-image.png + +# Other +/explorer: https://explorer.lbry.com/ +/block-explorer: https://explorer.lbry.com/ diff --git a/view/template/page/tv.php b/view/template/page/tv.php deleted file mode 100644 index d7cf8636..00000000 --- a/view/template/page/tv.php +++ /dev/null @@ -1,23 +0,0 @@ - - - - -
-
-

lbry.tv is coming soon

-

Sign up to be among the first to use LBRY on the web!

- - 'lbrytv', - 'forceUrl' => 'https://lbry.com', - 'submitLabel' => 'Sign Me Up', - ]) ?> - -

Go back to lbry.com.

-
-