Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="column <?= $data->width() ?>">
- <?php if ($data->picture()->isNotEmpty()): ?>
- <figure class="image">
- <?php $p = $data->project()->toPage(); ?>
- <a href="<?= $p? $p->url():'' ?>">
- <img src="<?= $page->image($data->picture())->url() ?>" alt=""></a>
- <figcaption class="has-text-left">
- <a href="<?= $p->url() ?>">
- <h2 class=""><?= $p->title()->html() ?></h2>
- </a>
- <p><?= $p->place() ?>, <?= $p->year() ?>, <?= $p->category() ?></p>
- </figcaption>
- </figure>
- <?php endif ?>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement