mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
update social image for lbry.io/get
This commit is contained in:
parent
2df7f33d0f
commit
0d555c2150
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
<?php Response::setMetaDescription(__('description.no-os')) ?>
|
||||
<?php Response::setMetaTitle(__('global.get')) ?>
|
||||
<?php Response::addMetaImage(Request::getHostAndProto() . '/img/lbry-ui.png') ?>
|
||||
<?php echo View::render('nav/_header', ['isDark' => false]) ?>
|
||||
<main class="column-fluid">
|
||||
<div class="span6">
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php Response::setMetaDescription(__('description.get')) ?>
|
||||
<?php Response::addMetaImage(Request::getHostAndProto() . '/img/lbry-ui.png') ?>
|
||||
<?php NavActions::setNavUri('/get') ?>
|
||||
<?php echo View::render('nav/_header', ['isDark' => false]) ?>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue