This commit is contained in:
parent
193577b145
commit
b9cefffdfa
17 changed files with 174 additions and 139 deletions
|
|
@ -80,6 +80,8 @@
|
|||
?>
|
||||
|
||||
<div class="card--open-graph">
|
||||
<div class="open-graph__inner">
|
||||
|
||||
<?php if (!empty($ogData['image'])): ?>
|
||||
<figure>
|
||||
<img src="<?= $ogData['image'] ?>" alt="<?= $ogData['title'] ?>">
|
||||
|
|
@ -105,4 +107,5 @@
|
|||
<?php endif; ?>
|
||||
</div>
|
||||
<a class="link-block" href="<?= $ogData['url'] ?>" target="_blank"></a>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue