callout - enable font-size tune
This commit is contained in:
parent
14930738e4
commit
67fefa1125
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<section class="callout" style="--color: <?= $site->calloutColor() ?>;">
|
||||
<h3><?= $site->calloutText()->inline() ?></h3>
|
||||
<?= $site->calloutText() ?>
|
||||
<?php if ($site->calloutTicket()->exists() && $site->calloutTicket() == 'true'): ?>
|
||||
<a class="ticket-link" href="<?= option('ticketingUrl') ?>" target="_blank" title="Aller à la billetterie"><?php snippet('ticket') ?> Billetterie</a>
|
||||
<?php endif ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue