add faq image

This commit is contained in:
Jeremy Kauffman 2020-01-21 15:00:26 -05:00
parent eed77ff351
commit 57f16b454c
3 changed files with 2 additions and 1 deletions

View file

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

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB