mirror of https://gitlab.com/curben/blog
5 lines
154 B
Plaintext
5 lines
154 B
Plaintext
|
<nav id="mobile-nav">
|
||
|
<% for (var i in theme.menu){ %>
|
||
|
<a href="<%- url_for(theme.menu[i]) %>" class="mobile-nav-link"><%= i %></a>
|
||
|
<% } %>
|
||
|
</nav>
|