mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-04 21:05:15 +00:00
remove http://
This commit is contained in:
parent
1ee19397ae
commit
6ce031170f
3 changed files with 3 additions and 3 deletions
|
@ -87,6 +87,6 @@ class View
|
|||
|
||||
public static function getMetaImage()
|
||||
{
|
||||
return static::$metaImg ?: 'http://lbry.io/img/lbry-dark-1600x528.png';
|
||||
return static::$metaImg ?: '//lbry.io/img/lbry-dark-1600x528.png';
|
||||
}
|
||||
}
|
|
@ -11,7 +11,7 @@
|
|||
<h1>Thank You!!!</h1>
|
||||
<p>OMG thanks for paying.</p>
|
||||
<p>Here is a unique URL that you can use to refer others. You get 10% bonus credits for anyone who uses it.</p>
|
||||
<h3><a class="link-primary" href="http://lbry.io/i/butts">http://lbry.io/i/butts</a></h3>
|
||||
<h3><a class="link-primary" href="//lbry.io/i/butts">http://lbry.io/i/butts</a></h3>
|
||||
<p>Here are some details about how to claim them or other things you would want to know.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php NavActions::setNavUri('/learn') ?>
|
||||
<?php Response::setMetaImage('http://lbry.io/img/xkcd-comic.png') ?>
|
||||
<?php Response::setMetaImage('//lbry.io/img/xkcd-comic.png') ?>
|
||||
<?php Response::setMetaDescription('Learn about the inspiration behind LBRY\'s revolutionary content distribution system.') ?>
|
||||
<?php echo View::render('nav/header', ['isDark' => false]) ?>
|
||||
<main>
|
||||
|
|
Loading…
Add table
Reference in a new issue