Compare commits

..

No commits in common. "74accb190f2b48d1fe9b428bcbbd0ede5f24b99b" and "399dcfdcaf39140804cb61d206476094b03da61a" have entirely different histories.

1 changed files with 13 additions and 13 deletions

View File

@ -11,23 +11,23 @@
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"> <h1 class="site-name"><?php echo $site->title(); ?></h1>
<?php echo $site->title(); ?> <h2 class="site-description">an integrative digital bio-art platform</h2>
</h1>
<h2 class="site-description">
an integrative digital bio-art platform
</h2>
</a> </a>
</main> </main>
<nav> <nav>
<menu class=""> <menu class="">
<?php // <ul>
// Segun el diseño, este menu no existe <li>
// ---------- Segun el diseño, este menu no existe
// echo $site->publicNav() </li>
// ->menu() </ul>
// ->setPartial('common/foundation-navigation.phtml') <?php /*
// ->renderPartialWithParams(['layout' => 'dropdown']); echo $site->publicNav()
->menu()
->setPartial('common/foundation-navigation.phtml')
->renderPartialWithParams(['layout' => 'dropdown']);
*/
?> ?>
</menu> </menu>
</nav> </nav>