fix/20210728 #14

Merged
chris merged 48 commits from fix/20210728 into develop 2021-07-29 22:39:06 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 80caa7c4c4 - Show all commits

View File

@ -13,8 +13,8 @@
<?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 ($site_meta_values != null): ?> <?php if ($summary): ?>
<?= $site_meta_values['description']; ?><br /> <?php echo nl2br($this->escapeHtml($summary)); ?>
<?php else; ?> <?php else; ?>
an integrative digital bio-art platform an integrative digital bio-art platform
<?php endif; ?> <?php endif; ?>