update main branch #47

Merged
jorge merged 166 commits from develop into main 2021-12-01 11:20:13 +01:00
1 changed files with 4 additions and 2 deletions
Showing only changes of commit 329d78f6dc - Show all commits

View File

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