mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
jeremy, why do you love these dumb protocol-dependent urls
This commit is contained in:
parent
069aab6ba6
commit
f019ccaa1f
3 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ class Response
|
|||
|
||||
public static function getMetaImage()
|
||||
{
|
||||
return static::$metaImg ?: '//lbry.io/img/lbry-dark-1600x528.png';
|
||||
return static::$metaImg ?: 'http://lbry.io/img/lbry-dark-1600x528.png';
|
||||
}
|
||||
|
||||
public static function setMetaTitle($title)
|
||||
|
|
|
@ -109,7 +109,7 @@ class View
|
|||
|
||||
public static function getMetaImage()
|
||||
{
|
||||
return static::$metaImg ?: '//lbry.io/img/lbry-dark-1600x528.png';
|
||||
return static::$metaImg ?: 'https://lbry.io/img/lbry-dark-1600x528.png';
|
||||
}
|
||||
|
||||
public static function parseMarkdown($template)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php NavActions::setNavUri('/learn') ?>
|
||||
<?php Response::setMetaImage('//lbry.io/img/xkcd-comic.png') ?>
|
||||
<?php Response::setMetaImage('https://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