added summary to header for single collection.

This commit is contained in:
jorge 2021-07-28 17:19:59 +02:00
parent e658789359
commit 329d78f6dc
1 changed files with 4 additions and 2 deletions

View File

@ -11,10 +11,12 @@
title="an arc-hive project"
alt="arc-hive logo" />
<?php endif; ?>
<h1 class="site-name"><?php echo $site->title(); ?></h1>
<h1 class="site-name">
<?php echo $site->title(); ?>
</h1>
<h2 class="site-description">
<?php if ($summary): ?>
<?php echo nl2br($this->escapeHtml($summary)); ?>
<?php echo $site->displayDescription(); ?>
<?php else: ?>
an integrative digital bio-art platform
<?php endif; ?>