add title to share modal
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
This commit is contained in:
parent
b9cefffdfa
commit
4262be067d
4 changed files with 50 additions and 7 deletions
|
|
@ -1,6 +1,14 @@
|
|||
<div class="modal--share">
|
||||
|
||||
|
||||
<p class="title"><?= $page->title()->esc() ?>
|
||||
<?php if ($page->subtitle()->isNotEmpty()): ?>
|
||||
<?= $page->subtitle()->esc() ?>
|
||||
<?php endif ?>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
<ul class="socials">
|
||||
<li class="socials__x">
|
||||
<a href="https://x.com/index_ngo" target="_blank" rel="noopener noreferrer">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue