This commit is contained in:
parent
d3c5e5c39d
commit
3836144423
7 changed files with 66 additions and 15 deletions
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
|
||||
<div class="content">
|
||||
<h4 class="title"><a href="<?= $folder->url() ?>"><?= $folder->title()->esc() ?></a></h4>
|
||||
<h4 class="title"><a href="<?= $folder->url() ?>"><span class="icon"><?= svg('assets/icons/folder.svg') ?></span><?= $folder->title()->esc() ?></a></h4>
|
||||
|
||||
<?php if ($folder->description()->isNotEmpty()): ?>
|
||||
<p class="short"><?= $folder->description()->excerpt(200) ?></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue