You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
240 B
HTML
10 lines
240 B
HTML
3 years ago
|
<header id="header">
|
||
|
<h1 id="logo"><a href="/">{{ config.SITE_NAME }}</a></h1>
|
||
|
<nav id="nav">
|
||
|
<ul>
|
||
|
<li><a href="/">Home</a></li>
|
||
|
<li><a href="/#search" class="button primary">Search</a></li>
|
||
|
</ul>
|
||
|
</nav>
|
||
|
</header>
|