mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
more meta cleanup
This commit is contained in:
parent
9b98a19dbd
commit
d29a8fc07a
2 changed files with 3 additions and 1 deletions
|
@ -32,6 +32,8 @@
|
||||||
<meta name="twitter:site" content="@lbryio">
|
<meta name="twitter:site" content="@lbryio">
|
||||||
<meta name="twitter:creator" content="@lbryio">
|
<meta name="twitter:creator" content="@lbryio">
|
||||||
|
|
||||||
|
<meta property="fb:app_id" content="1673146449633983" />
|
||||||
|
|
||||||
<!-- Open Graph data -->
|
<!-- Open Graph data -->
|
||||||
<meta property="og:title" content="<?php echo $title ?>" />
|
<meta property="og:title" content="<?php echo $title ?>" />
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="bg-image-full" style="background-image: url(/img/cover-home2.jpg)"></div>
|
<div class="bg-image-full" style="background-image: url(/img/cover-home2.jpg)"></div>
|
||||||
<?php Response::setMetaTitle(__('LBRY - Watch, Share, Earn')) ?>
|
<?php Response::setMetaTitle(__('LBRY - Watch, Share, Earn')) ?>
|
||||||
<?php Response::setMetaDescription(__('Learn about LBRY, a peer-to-peer, decentralized content marketplace.')) ?>
|
<?php Response::setMetaDescription(__('Meet LBRY, a peer-to-peer, decentralized content marketplace.')) ?>
|
||||||
<?php echo View::render('nav/header', ['isDark' => true]) ?>
|
<?php echo View::render('nav/header', ['isDark' => true]) ?>
|
||||||
<main class="column-fluid">
|
<main class="column-fluid">
|
||||||
<div class="span12">
|
<div class="span12">
|
||||||
|
|
Loading…
Add table
Reference in a new issue