jeremy, why do you love these dumb protocol-dependent urls

This commit is contained in:
Alex Grintsvayg 2016-07-04 11:31:38 -04:00
parent 069aab6ba6
commit f019ccaa1f
3 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -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)

View file

@ -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>