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

6 years ago
  1. <nav>
  2. <ul>
  3. <li class="<% if (active == 'home') { %> logo <% } %>">
  4. <a href="/">home</a>
  5. </li>
  6. <li class="<% if (active == 'posts') { %> logo <% } %>">
  7. <a href="/posts">posts</a>
  8. </li>
  9. <li>
  10. <a href="/about">about</a>
  11. </li>
  12. <li>
  13. <a href="https://github.com/leothelocust">projects</a>
  14. </li>
  15. </ul>
  16. </nav>