added summary to header for single collection.

This commit is contained in:
jorge 2021-07-28 17:06:31 +02:00
parent d08179aa3b
commit 80caa7c4c4
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
<?php endif; ?>
<h1 class="site-name"><?php echo $site->title(); ?></h1>
<h2 class="site-description">
<?php if ($site_meta_values != null): ?>
<?= $site_meta_values['description']; ?><br />
<?php if ($summary): ?>
<?php echo nl2br($this->escapeHtml($summary)); ?>
<?php else; ?>
an integrative digital bio-art platform
<?php endif; ?>