mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
add faq image
This commit is contained in:
parent
eed77ff351
commit
57f16b454c
3 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<?php Response::addMetaImages($post->getImageUrls()) ?>
|
||||
<?php Response::addMetaImages($post->getImageUrls() ?: [Request::getHostAndProto() . '/img/og-faq.png?_cache=' . date('Y-m-d')]) ?>
|
||||
<?php Response::setMetaDescription(htmlspecialchars($post->getContentText(20, true))) ?>
|
||||
<?php NavActions::setNavUri('/learn') ?>
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php Response::addMetaImage(Request::getHostAndProto() . '/img/og-faq.png?_cache=' . date('Y-m-d')) ?>
|
||||
<?php Response::setMetaDescription(__('description.faq')) ?>
|
||||
|
||||
<main class="ancillary">
|
||||
|
|
BIN
web/img/og-faq.png
Normal file
BIN
web/img/og-faq.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
Loading…
Add table
Reference in a new issue