My ham website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
354 B

<nav>
<ul>
<!-- <li class="<% if (active == 'home') { %> logo <% } %>">
<a href="/">home</a>
</li> -->
<!-- <li class="<% if (active == 'posts') { %> logo <% } %>">
<a href="/posts">posts</a>
</li> -->
<!-- <li>
<a href="/about">about</a>
</li> -->
</ul>
</nav>