9 lines
226 B
PHP
Raw Normal View History

2018-05-09 13:57:12 -06:00
<!-- Header -->
<header id="header">
<a href="<?php get_url_or_slug("index"); ?>" class="title"><?php get_site_name(); ?></a>
2018-05-09 13:57:12 -06:00
<nav>
<ul>
<?php get_navigation(); ?>
</ul>
</nav>
</header>