site single colection removed menu, added description from backend

This commit is contained in:
jorge 2021-07-28 17:03:57 +02:00
parent 399dcfdcaf
commit d08179aa3b
1 changed files with 14 additions and 12 deletions

View File

@ -12,22 +12,24 @@
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">an integrative digital bio-art platform</h2> <h2 class="site-description">
<?php if ($site_meta_values != null): ?>
<?= $site_meta_values['description']; ?><br />
<?php else; ?>
an integrative digital bio-art platform
<?php endif; ?>
</h2>
</a> </a>
</main> </main>
<nav> <nav>
<menu class=""> <menu class="">
<ul> <?php //
<li> // Segun el diseño, este menu no existe
Segun el diseño, este menu no existe // ----------
</li> // echo $site->publicNav()
</ul> // ->menu()
<?php /* // ->setPartial('common/foundation-navigation.phtml')
echo $site->publicNav() // ->renderPartialWithParams(['layout' => 'dropdown']);
->menu()
->setPartial('common/foundation-navigation.phtml')
->renderPartialWithParams(['layout' => 'dropdown']);
*/
?> ?>
</menu> </menu>
</nav> </nav>