mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
unify og-images (#1104)
Removed lbry-ui, updated og-image for latest app, added redirect to old path.
This commit is contained in:
parent
67579fa537
commit
8bbe6e63ee
4 changed files with 5 additions and 2 deletions
|
@ -112,3 +112,6 @@
|
||||||
/press-kit.zip: /press-kit
|
/press-kit.zip: /press-kit
|
||||||
/news/tag/events: /roadmap
|
/news/tag/events: /roadmap
|
||||||
# /publish: /youtube
|
# /publish: /youtube
|
||||||
|
|
||||||
|
# Images
|
||||||
|
/img/lbry-ui.png: /img/og-image.png
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php Response::setMetaDescription(__('description.no-os')) ?>
|
<?php Response::setMetaDescription(__('description.no-os')) ?>
|
||||||
<?php Response::setMetaTitle(__('global.get')) ?>
|
<?php Response::setMetaTitle(__('global.get')) ?>
|
||||||
<?php Response::addMetaImage(Request::getHostAndProto() . '/img/lbry-ui.png') ?>
|
<?php Response::addMetaImage(Request::getHostAndProto() . '/img/og-image.png') ?>
|
||||||
|
|
||||||
<main class="ancillary">
|
<main class="ancillary">
|
||||||
<section class="hero hero--half-height">
|
<section class="hero hero--half-height">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?php Response::setMetaDescription(__('description.get')) ?>
|
<?php Response::setMetaDescription(__('description.get')) ?>
|
||||||
<?php Response::addMetaImage(Request::getHostAndProto() . '/img/lbry-ui.png') ?>
|
<?php Response::addMetaImage(Request::getHostAndProto() . '/img/og-image.png') ?>
|
||||||
<?php NavActions::setNavUri('/get') ?>
|
<?php NavActions::setNavUri('/get') ?>
|
||||||
|
|
||||||
<main class="ancillary">
|
<main class="ancillary">
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 656 KiB After Width: | Height: | Size: 175 KiB |
Loading…
Add table
Reference in a new issue