My personal website https://leviolson.com
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.
 
 
 
 
 

16 lines
421 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>
<li>
<a href="https://github.com/leothelocust">projects</a>
</li>
</ul>
</nav>