diff --git a/view/template/acquisition/youtube.php b/view/template/acquisition/youtube.php index 1c2c9294..580fad9f 100644 --- a/view/template/acquisition/youtube.php +++ b/view/template/acquisition/youtube.php @@ -4,9 +4,15 @@ Response::addJsAsset('/js/yt2/FormValidation.js'); Response::addJsAsset('/js/yt2/SyncStatus.js'); Response::addJsAsset('/js/yt2/youtube_video.js'); - Response::setMetaTitle("LBRY YouTube Partner Program"); - Response::setMetaDescription("Put your content on the blockchain, experience true content freedom, and earn rewards."); - Response::addMetaImage(Request::getHostAndProto() . '/img/lbry-partner.png'); + if (in_array($_SERVER['REQUEST_URI'], ['/escapeyoutube'])) { + Response::setMetaTitle("Escape YouTube"); + Response::setMetaDescription("Put your content on the LBRY blockchain before it's too late"); + Response::addMetaImage('https://spee.ch/6/18OanRVGL6mQIMtj93Hb09te.jpeg'); + } else { + Response::setMetaTitle("LBRY YouTube Partner Program"); + Response::setMetaDescription("Put your content on the blockchain, experience true content freedom, and earn rewards."); + Response::addMetaImage(Request::getHostAndProto() . '/img/lbry-partner.png'); + } ?>
diff --git a/view/template/layout/basic.php b/view/template/layout/basic.php index 301dc9cf..888b088b 100644 --- a/view/template/layout/basic.php +++ b/view/template/layout/basic.php @@ -41,9 +41,13 @@ - + + - + + + + @@ -57,10 +61,6 @@ - - - -