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

6 years ago
6 years ago
6 years ago
6 years ago
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. </ul>
  13. </nav>