Upgrade to rc5
This commit is contained in:
8
kirby/config/blocks/quote/quote.php
Executable file
8
kirby/config/blocks/quote/quote.php
Executable file
@@ -0,0 +1,8 @@
|
||||
<blockquote>
|
||||
<?= $block->text() ?>
|
||||
<?php if ($block->citation()->isNotEmpty()): ?>
|
||||
<footer>
|
||||
<?= $block->citation() ?>
|
||||
</footer>
|
||||
<?php endif ?>
|
||||
</blockquote>
|
Reference in New Issue
Block a user