C_TA_Website/themes/landscape/layout/_partial/mobile-nav.ejs
2020-10-30 13:59:49 +08:00

5 lines
No EOL
154 B
Text

<nav id="mobile-nav">
<% for (var i in theme.menu){ %>
<a href="<%- url_for(theme.menu[i]) %>" class="mobile-nav-link"><%= i %></a>
<% } %>
</nav>